Home
last modified time | relevance | path

Searched refs:yy_init (Results 1 – 10 of 10) sorted by relevance

/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c277 static int yy_init = 0; /* whether we need to initialize */ variable
691 if ( !(yy_init) )
693 (yy_init) = 1;
1731 (yy_init) = 0; in yy_init_globals()
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c278 static int yy_init = 0; /* whether we need to initialize */ variable
713 if ( !(yy_init) )
715 (yy_init) = 1;
1747 (yy_init) = 0; in yy_init_globals()
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c278 static int yy_init = 0; /* whether we need to initialize */ variable
692 if ( !(yy_init) )
694 (yy_init) = 1;
1684 (yy_init) = 0; in yy_init_globals()
/freebsd/contrib/flex/src/
H A DFlexLexer.h183 int yy_init; // whether we need to initialize variable
H A Dflex.skl576 static int yy_init = 0; /* whether we need to initialize */
722 int yy_init;
1201 if ( !YY_G(yy_init) )
1203 YY_G(yy_init) = 1;
1442 yy_init = 0;
2837 YY_G(yy_init) = 0;
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c278 static int yy_init = 0; /* whether we need to initialize */ variable
1036 if ( !(yy_init) )
1038 (yy_init) = 1;
2612 (yy_init) = 0; in yy_init_globals()
/freebsd/usr.bin/lex/
H A Dinitscan.c276 static int yy_init = 0; /* whether we need to initialize */ variable
2197 if ( !(yy_init) )
2199 (yy_init) = 1;
5105 (yy_init) = 0; in yy_init_globals()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c276 static int yy_init = 0; /* whether we need to initialize */ variable
4704 if ( !(yy_init) )
4706 (yy_init) = 1;
7825 (yy_init) = 0; in yy_init_globals()
/freebsd/contrib/flex/
H A DONEWS443 - When initializing (i.e., yy_init is non-zero on entry to yylex()),
444 generated scanners now set yy_init to zero before executing
445 YY_USER_INIT. This means that you can set yy_init back to a
H A DChangeLog8288 * flex.skl: moved position of yy_init = 0