HomeSort by: relevance | last modified time | path
    Searched refs:yyin (Results 1 - 25 of 101) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/flex/dist/examples/manual/
userinit.lex 4 extern FILE *yyin;
10 yyin = NULL;
12 while(yyin == NULL){
17 yyin = fopen(file_name,"r");
18 if(yyin == NULL){
23 yyin = stdin;
cat.lex 16 yyin = fopen(names[current],"r");
17 if(yyin == NULL){
37 yyin = fopen(names[current],"r");
38 if(yyin == NULL){
pas_include.lex 38 yyin = fopen( yytext, "r" );
39 if ( ! yyin ){
44 yy_switch_to_buffer(yy_create_buffer(yyin,YY_BUF_SIZE));
eof_rules.lex 30 yyin = fopen( yytext, "r" );
31 if ( ! yyin ){
36 yy_switch_to_buffer(yy_create_buffer(yyin,YY_BUF_SIZE));
  /src/sbin/cgdconfig/
extern.h 3 extern FILE *yyin;
  /src/usr.bin/mkcsmapper/
ldef.h 37 extern FILE *yyin;
  /src/external/bsd/flex/dist/tests/
quote_in_comment.l 10 yyin = stdin;
include_by_push.direct.l 53 if((yyin=fopen(yytext,"r"))==NULL) {
58 testpush_buffer_state( yy_create_buffer( yyin, YY_BUF_SIZE ));
69 fclose(yyin);
91 yyin = fp;
array_nr.l 50 yyin = stdin;
debug_nr.l 46 yyin = stdin;
include_by_buffer.direct.l 59 if((yyin=fopen(yytext,"r"))==NULL) {
64 yy_switch_to_buffer( yy_create_buffer( yyin, YY_BUF_SIZE ));
79 fclose(yyin);
101 yyin = fp;
prefix_nr.l 53 yyin = (FILE*)0;
69 yyin = stdin;
extended.l 68 yyin = stdin;
lineno_nr.l 89 yyin = stdin;
lineno_trailing.l 82 yyin = stdin;
  /src/usr.bin/mkesdb/
ldef.h 30 extern FILE *yyin;
  /src/external/gpl3/binutils/dist/binutils/
dlltool.h 38 extern FILE *yyin;
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.h 38 extern FILE *yyin;
  /src/external/bsd/ipf/dist/tools/
lex_var.h 23 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
27 if ( c == EOF && ferror( yyin ) ) \
32 else if ( ((result = fread( buf, 1, 1, yyin )) == 0) \
33 && ferror( yyin ) ) \
41 getc(yyin)) == 10 ? (pos++, yylineno++, yytchar) : \
50 getc(yyin)) == 10 ? (pos++, yylineno++, yytchar) : \
lexer.h 33 extern FILE *yyin;
lexer.c 27 FILE *yyin; variable
82 c = fgetc(yyin);
84 c = fgetc(yyin);
87 c = fgetc(yyin);
737 yyin = stdin;
  /src/usr.bin/msgc/
msgmain.c 81 yyin = fopen (src_name, "r");
82 if (yyin == NULL) {
defs.h 90 extern FILE *yyin;
  /src/usr.bin/xlint/lint1/
main1.c 223 if ((yyin = gcc_builtins()) == NULL)
229 (void)fclose(yyin);
242 if ((yyin = fopen(argv[0], "r")) == NULL)
248 (void)fclose(yyin);
  /src/usr.bin/menuc/
main.c 79 yyin = fopen(src_name, "r");
80 if (yyin == NULL) {

Completed in 40 milliseconds

1 2 3 4 5