Home | History | Annotate | Download | only in src

Lines Matching refs:current_file

2003   boundary_set (&yylloc.start, current_file, 1, 1);
2004 boundary_set (&yylloc.end, current_file, 1, 1);
2388 size_t dir_length = strlen (current_file);
2390 while (dir_length && current_file[dir_length - 1] != '/')
2392 while (dir_length && current_file[dir_length - 1] == '/')
2398 memcpy (skeleton_build, current_file, dir_length);