Searched refs:current_file (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | diff_parser.py | 142 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/ |
D | parse-gram.y | 110 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);
|
D | complain.c | 59 pos += fprintf(stderr, "%s", current_file ? current_file : program_name); in error_message()
|
D | files.h | 59 extern uniqstr current_file;
|
D | parse-gram.c | 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);
|
D | files.c | 58 uniqstr current_file = NULL; variable
|
D | scan-gram.l | 867 current_file = uniqstr_new (file + 1); 869 boundary_set (&scanner_cursor, current_file, lineno, 1);
|
D | getargs.c | 753 current_file = grammar_file = uniqstr_new (argv[optind]); in getargs()
|
D | conflicts.c | 609 fprintf (stderr, "%s: ", current_file); in conflicts_print()
|
D | scan-gram.c | 3667 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/ |
D | snd_gus.cpp | 62 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/ |
D | ChangeLog-2012 | 14275 * src/complain.h (current_file): Remove duplicate decl; 14276 current_file is now owned by files.h. 14783 (grammar_file, current_file): these.
|