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

1 2

  /src/external/bsd/elftosb/dist/elftosb2/
FlexLexer.h 158 FLEX_STD istream* yyin; // input source for default LexerInput member in class:yyFlexLexer
174 // instead of setting up a fresh yyin. A bit of a hack ...
  /src/external/bsd/flex/dist/src/
FlexLexer.h 173 std::istream yyin; // input source for default LexerInput member in class:yyFlexLexer
189 // instead of setting up a fresh yyin. A bit of a hack ...
  /src/external/bsd/ipf/dist/tools/
lexer.c 27 FILE *yyin; variable
82 c = fgetc(yyin);
84 c = fgetc(yyin);
87 c = fgetc(yyin);
737 yyin = stdin;
  /src/external/historical/nawk/dist/
lex.c 607 FILE *yyin = NULL; variable
  /src/external/bsd/unbound/dist/util/
configyyrename.h 54 #define yyin ub_c_in macro
configlexer.c 129 #define YY_NEW_FILE yyrestart( yyin )
161 extern FILE *yyin, *yyout;
243 * just pointing yyin at a new input file.
280 * instead of setting up a fresh yyin. A bit of a hack ...
311 yy_create_buffer( yyin, YY_BUF_SIZE ); \
320 yy_create_buffer( yyin, YY_BUF_SIZE ); \
329 FILE *yyin = NULL, *yyout = NULL; variable
4597 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
4728 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
4732 if ( c == EOF && ferror( yyin ) ) \
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 92 #define YY_NEW_FILE yyrestart( yyin )
102 extern FILE *yyin, *yyout;
196 * just pointing yyin at a new input file.
224 * instead of setting up a fresh yyin. A bit of a hack ...
251 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
258 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
268 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
560 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
564 if ( c == EOF && ferror( yyin ) ) \
568 else if ( ((result = fread( buf, 1, max_size, yyin )) == 0)
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 143 #define YY_NEW_FILE yyrestart(yyin )
163 extern FILE *yyin, *yyout;
250 * just pointing yyin at a new input file.
288 * instead of setting up a fresh yyin. A bit of a hack ...
321 yy_create_buffer(yyin,YY_BUF_SIZE ); \
331 yy_create_buffer(yyin,YY_BUF_SIZE ); \
342 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
617 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
621 if ( c == EOF && ferror( yyin ) ) \
628 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin))
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.c 129 #define YY_NEW_FILE yyrestart( yyin )
161 extern FILE *yyin, *yyout;
243 * just pointing yyin at a new input file.
280 * instead of setting up a fresh yyin. A bit of a hack ...
311 yy_create_buffer( yyin, YY_BUF_SIZE ); \
320 yy_create_buffer( yyin, YY_BUF_SIZE ); \
329 FILE *yyin = NULL, *yyout = NULL; variable
956 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
960 if ( c == EOF && ferror( yyin ) ) \
967 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.c 129 #define YY_NEW_FILE yyrestart( yyin )
161 extern FILE *yyin, *yyout;
243 * just pointing yyin at a new input file.
280 * instead of setting up a fresh yyin. A bit of a hack ...
311 yy_create_buffer( yyin, YY_BUF_SIZE ); \
320 yy_create_buffer( yyin, YY_BUF_SIZE ); \
329 FILE *yyin = NULL, *yyout = NULL; variable
632 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
636 if ( c == EOF && ferror( yyin ) ) \
643 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-lex.c 129 #define YY_NEW_FILE yyrestart( yyin )
161 extern FILE *yyin, *yyout;
243 * just pointing yyin at a new input file.
280 * instead of setting up a fresh yyin. A bit of a hack ...
311 yy_create_buffer( yyin, YY_BUF_SIZE ); \
320 yy_create_buffer( yyin, YY_BUF_SIZE ); \
329 FILE *yyin = NULL, *yyout = NULL; variable
611 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
615 if ( c == EOF && ferror( yyin ) ) \
622 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
  /src/external/bsd/libbind/dist/tests/
dig8.c 256 FILE *yyin = NULL; variable
  /src/external/bsd/nsd/dist/
configlexer.c 22 #define yyin c_in macro
252 #ifdef yyin
255 #define yyin c_in macro
387 #define YY_NEW_FILE yyrestart( yyin )
419 extern FILE *yyin, *yyout;
501 * just pointing yyin at a new input file.
538 * instead of setting up a fresh yyin. A bit of a hack ...
569 yy_create_buffer( yyin, YY_BUF_SIZE ); \
578 yy_create_buffer( yyin, YY_BUF_SIZE ); \
587 FILE *yyin = NULL, *yyout = NULL variable
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
330 FILE *yyin = NULL, *yyout = NULL; variable
700 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
704 if ( c == EOF && ferror( yyin ) ) \
711 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
deflex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
330 FILE *yyin = NULL, *yyout = NULL; variable
710 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
714 if ( c == EOF && ferror( yyin ) ) \
721 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
syslex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
328 FILE *yyin = NULL, *yyout = NULL; variable
635 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
639 if ( c == EOF && ferror( yyin ) ) \
646 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
330 FILE *yyin = NULL, *yyout = NULL; variable
944 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
948 if ( c == EOF && ferror( yyin ) ) \
955 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
loongarch-lex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
330 FILE *yyin = NULL, *yyout = NULL; variable
613 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
617 if ( c == EOF && ferror( yyin ) ) \
624 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
330 FILE *yyin = NULL, *yyout = NULL; variable
630 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
634 if ( c == EOF && ferror( yyin ) ) \
641 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
330 FILE *yyin = NULL, *yyout = NULL; variable
700 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
704 if ( c == EOF && ferror( yyin ) ) \
711 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
deflex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
330 FILE *yyin = NULL, *yyout = NULL; variable
710 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
714 if ( c == EOF && ferror( yyin ) ) \
721 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
syslex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
328 FILE *yyin = NULL, *yyout = NULL; variable
635 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
639 if ( c == EOF && ferror( yyin ) ) \
646 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
330 FILE *yyin = NULL, *yyout = NULL; variable
944 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
948 if ( c == EOF && ferror( yyin ) ) \
955 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
loongarch-lex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
330 FILE *yyin = NULL, *yyout = NULL; variable
613 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
617 if ( c == EOF && ferror( yyin ) ) \
624 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
itbl-lex.c 127 #define YY_NEW_FILE yyrestart( yyin )
159 extern FILE *yyin, *yyout;
241 * just pointing yyin at a new input file.
278 * instead of setting up a fresh yyin. A bit of a hack ...
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
330 FILE *yyin = NULL, *yyout = NULL; variable
630 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
634 if ( c == EOF && ferror( yyin ) ) \
641 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin))
    [all...]

Completed in 66 milliseconds

1 2