Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/amd/fsinfo/
HDnull_lex.c306 static int yy_init = 0; /* whether we need to initialize */ variable
669 if ( !(yy_init) )
671 (yy_init) = 1;
1628 (yy_init) = 0; in yy_init_globals()
/freebsd-11-stable/crypto/heimdal/lib/sl/
HDslc-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-11-stable/crypto/heimdal/lib/com_err/
HDlex.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-11-stable/contrib/flex/
HDFlexLexer.h168 int yy_init; // whether we need to initialize variable
HDflex.skl663 static int yy_init = 0; /* whether we need to initialize */
829 int yy_init;
1305 if ( !YY_G(yy_init) )
1307 YY_G(yy_init) = 1;
1519 yy_init = 0;
2872 YY_G(yy_init) = 0;
HDONEWS443 - 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
HDChangeLog5516 * flex.skl: moved position of yy_init = 0
/freebsd-11-stable/crypto/heimdal/lib/asn1/
HDlex.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-11-stable/usr.bin/lex/
HDinitscan.c292 static int yy_init = 0; /* whether we need to initialize */ variable
2221 if ( !(yy_init) )
2223 (yy_init) = 1;
5049 (yy_init) = 0; in yy_init_globals()
/freebsd-11-stable/contrib/binutils/ld/
HDldlex.l535 yy_init = 0;