Home
last modified time | relevance | path

Searched refs:current_file (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Ddiff_parser.py142 current_file = None
154 current_file = DiffFile(filename)
155 files[filename] = current_file
171 current_file.add_new_line(new_diff_line, line[1:])
174 current_file.add_deleted_line(old_diff_line, line[1:])
177 current_file.add_unchanged_line(old_diff_line, new_diff_line, line[1:])
/external/bison/src/
Dparse-gram.y110 boundary_set (&@$.start, current_file, 1, 1);
111 boundary_set (&@$.end, current_file, 1, 1);
317 size_t dir_length = strlen (current_file);
319 while (dir_length && current_file[dir_length - 1] != '/')
321 while (dir_length && current_file[dir_length - 1] == '/')
327 memcpy (skeleton_build, current_file, dir_length);
Dcomplain.c59 pos += fprintf(stderr, "%s", current_file ? current_file : program_name); in error_message()
Dfiles.h59 extern uniqstr current_file;
Dparse-gram.c2003 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);
Dfiles.c58 uniqstr current_file = NULL; variable
Dscan-gram.l867 current_file = uniqstr_new (file + 1);
869 boundary_set (&scanner_cursor, current_file, lineno, 1);
Dgetargs.c753 current_file = grammar_file = uniqstr_new (argv[optind]); in getargs()
Dconflicts.c609 fprintf (stderr, "%s: ", current_file); in conflicts_print()
Dscan-gram.c3667 current_file = uniqstr_new (file + 1); in handle_syncline()
3669 boundary_set (&scanner_cursor, current_file, lineno, 1); in handle_syncline()
/external/quake/quake/src/WinQuake/
Dsnd_gus.cpp62 static FILE *current_file=NULL; variable
89 current_file=f; in reset_buffer()
345 if (f==current_file) in ini_fclose()
359 if (f!=current_file) in ini_fgets()
/external/bison/
DChangeLog-201214275 * src/complain.h (current_file): Remove duplicate decl;
14276 current_file is now owned by files.h.
14783 (grammar_file, current_file): these.