| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | lex.c | 47 static int ffelex_get_directive_line_ (char **text, FILE *finput); 534 ffelex_getc_ (FILE *finput) in ffelex_getc_() argument 539 return getc (finput); in ffelex_getc_() 546 return getc (finput); in ffelex_getc_() 550 ffelex_cfebackslash_ (int *use_d, int *d, FILE *finput) in ffelex_cfebackslash_() argument 552 register int c = getc (finput); in ffelex_cfebackslash_() 568 c = getc (finput); in ffelex_cfebackslash_() 605 c = getc (finput); in ffelex_cfebackslash_() 674 ffelex_cfelex_ (ffelexToken *xtoken, FILE *finput, int c) in ffelex_cfelex_() argument 706 c = ffelex_getc_ (finput); in ffelex_cfelex_() [all …]
|
| H A D | parse.c | 29 extern FILE *finput; 45 ffe_file (wf, finput);
|
| H A D | com.c | 143 FILE *finput; variable 14206 finput = stdin; 14210 finput = fopen (filename, "r"); 14211 if (finput == 0) 14215 setvbuf (finput, (char *) xmalloc (IO_BUFFER_SIZE), _IOFBF, IO_BUFFER_SIZE); 14226 ffelex_hash_kludge (finput); 14244 fclose (finput); in ffe_finish()
|
| H A D | ChangeLog.0 | 408 * com.c (finput): New variable. 411 (lang_init): No longer declare finput.
|
| H A D | ChangeLog | 1128 * parse.c (finput): Mark extern.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jcf-parse.c | 512 FILE *finput; local 527 if (!(finput = fopen (input_filename, "r"))) 529 parse_source_file_1 (file, finput); 532 if (fclose (finput)) 830 parse_source_file_1 (file, finput) in parse_source_file_1() argument 832 FILE *finput; 854 java_init_lex (finput, current_encoding); 910 FILE *finput = NULL; local 915 finput = fopen (input_filename, "r"); 916 if (finput == NULL) [all …]
|
| H A D | jv-scan.c | 54 FILE *finput, *out; variable 201 if ( (finput = fopen (argv [i], "r")) ) 214 java_init_lex (finput, encoding); 220 fclose (finput);
|
| H A D | lex.c | 85 java_init_lex (finput, encoding) in java_init_lex() argument 86 FILE *finput; in java_init_lex() 138 ctxp->lexer = java_new_lexer (finput, encoding); 220 java_new_lexer (finput, encoding) in java_new_lexer() argument 221 FILE *finput; in java_new_lexer() 227 lex->finput = finput; 358 if (feof (lex->finput)) 362 lex->finput); 458 c = getc (lex->finput); 468 c1 = getc (lex->finput); [all …]
|
| H A D | lex.h | 30 extern FILE *finput; 107 FILE *finput; member
|
| H A D | lang.c | 519 FILE *finput; variable 544 finput = stdin;
|
| H A D | parse-scan.y | 50 extern FILE *finput, *out;
|
| H A D | parse-scan.c | 292 extern FILE *finput, *out;
|
| H A D | ChangeLog | 3468 (yyparse): Set finput to NULL when it doesn't need to be closed. 3470 use finput instead of main_jcf->read_state. 4416 * jcf-parse.c (process_zip_dir): Add finput parameter. 5008 (parse_source_file): Correctly call java_init_lex. Added `finput' 5012 `finput'. 5013 (java_parser_context_save_global): Don't set `finput' field. 5014 (java_pop_parser_context): Don't restore `finput'. Free old lexer 5018 (finish_parse): Don't close finput. 5019 * parse.h (struct parser_ctxt): Removed `finput' and 5027 (java_init_lex): Added `finput' and `encoding' arguments. Set
|
| /openbsd-src/sys/dev/usb/ |
| H A D | umt.c | 108 int finput = 0, fconf = 0, fcap = 0; in umt_find_winptp_reports() local 125 finput = 1; in umt_find_winptp_reports() 144 return (fconf && finput && fcap); in umt_find_winptp_reports()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | input.h | 32 extern FILE *finput;
|
| H A D | FSFChangeLog.11 | 3510 * c-lex.c (check_newline): Pass finput again to HANDLE_PRAGMA. 4202 UNGETC. Avoid explicit references to finput. 4209 * toplev.c (finput): Remove #if USE_CPPLIB. 4212 At end, call finish_parse instead of fclose(finput).
|
| H A D | ChangeLog.0 | 5329 * c-lex.c (finput): New global. 5334 (finput): Delete variable. Now in front-ends.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c.opt | 518 finput-charset= 520 -finput-charset=<cset> Specify the default character set for source files
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cppopts.texi | 564 @item -finput-charset=@var{charset} 565 @opindex finput-charset
|
| H A D | cpp.info | 238 `-finput-charset=' option. 4281 `-finput-charset=CHARSET' 4980 * finput-charset: Invocation. (line 464)
|
| H A D | cpp.texi | 254 @option{-finput-charset=} option.
|
| H A D | gcc.info | 6564 `-finput-charset=CHARSET'
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1998 | 5222 * lex.c (finput): New variable.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 2054 def finput_charset_EQ : Joined<["-"], "finput-charset=">, Flags<[FlangOption, FC1Option]>, Group<f_…
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog.2 | 12010 * lex.c (finput): New variable.
|