Searched refs:input_file_name (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/usr.bin/yacc/ |
| D | error.c | 75 lineno, input_file_name); in unexpected_EOF() 110 st_lineno, input_file_name); in syntax_error() 120 c_lineno, input_file_name); in unterminated_comment() 130 s_lineno, input_file_name); in unterminated_string() 140 t_lineno, input_file_name); in unterminated_text() 150 u_lineno, input_file_name); in unterminated_union() 160 lineno, input_file_name); in over_unionized() 169 warnx("e - line %d of \"%s\", illegal tag", t_lineno, input_file_name); in illegal_tag() 178 warnx("e - line %d of \"%s\", illegal character", lineno, input_file_name); in illegal_character() 188 lineno, input_file_name, s); in used_reserved() [all …]
|
| D | main.c | 65 const char *input_file_name = ""; variable 215 input_file_name = argv[optind]; in getargs() 363 input_file = fopen(input_file_name, "r"); in open_files() 365 open_error(input_file_name); in open_files()
|
| D | defs.h | 229 extern const char *input_file_name;
|
| D | reader.c | 404 if (!lflag) fprintf(f, line_format, lineno, input_file_name); in copy_text() 533 fprintf(text_file, line_format, lineno, input_file_name); in copy_union() 1342 fprintf(f, line_format, lineno, input_file_name); in copy_action()
|
| D | output.c | 1196 fprintf(out, line_format, lineno, input_file_name); in output_trailing_text() 1208 fprintf(out, line_format, lineno, input_file_name); in output_trailing_text()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | dbxout.c | 982 dbxout_init (const char *input_file_name) in dbxout_init() argument 1023 DBX_OUTPUT_MAIN_SOURCE_FILENAME (asm_out_file, input_file_name); in dbxout_init() 1025 dbxout_begin_simple_stabs_desc (input_file_name, N_SO, get_lang_number ()); in dbxout_init() 1043 base_input_file = lastfile = input_file_name; in dbxout_init()
|
| D | sdbout.c | 1667 sdbout_init (const char *input_file_name ATTRIBUTE_UNUSED) in sdbout_init() 1674 current_file->name = input_file_name; in sdbout_init()
|
| D | ChangeLog-2000 | 16705 (sdbout_init): input_file_name now const.
|
| D | ChangeLog-2003 | 20778 * c-decl.c (c_init_decl_processing): Clear input_file_name
|