/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | lex.c | 546 return getc (finput); in ffelex_getc_() 568 c = getc (finput); in ffelex_cfebackslash_() 605 c = getc (finput); in ffelex_cfebackslash_() 770 c = getc (finput); in ffelex_cfelex_() 1005 return getc (finput); in pragma_getc() 1012 ungetc (arg, finput); 1056 c = getc (finput); in ffelex_hash_() 1145 c = getc (finput); in ffelex_hash_() 1256 c = getc (finput); in ffelex_hash_() 1301 c = getc (finput); in ffelex_hash_() [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/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf-parse.c | 512 FILE *finput; local 532 if (fclose (finput)) 832 FILE *finput; 910 FILE *finput = NULL; local 916 if (finput == NULL) 935 if (! feof (finput)) 943 fclose (finput); 944 finput = NULL; 1058 if (finput && fclose (finput)) 1062 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() 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); 481 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/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/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/gnu/gcc/gcc/ |
H A D | c.opt | 518 finput-charset= 520 -finput-charset=<cset> Specify the default character set for source files
|
/openbsd/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/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1998 | 5222 * lex.c (finput): New variable.
|
/openbsd/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/gnu/usr.bin/gcc/gcc/cp/ |
H A D | ChangeLog.2 | 12010 * lex.c (finput): New variable.
|