Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/amd/fsinfo/
Dnull_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-10-stable/crypto/heimdal/lib/com_err/
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-10-stable/crypto/heimdal/lib/sl/
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-10-stable/contrib/flex/
DFlexLexer.h168 int yy_init; // whether we need to initialize variable
Dflex.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;
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
DChangeLog5516 * flex.skl: moved position of yy_init = 0
/freebsd-10-stable/crypto/heimdal/lib/asn1/
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-10-stable/usr.bin/csup/
Dlex.rcs.c598 int yy_init; member
792 if ( !yyg->yy_init )
794 yyg->yy_init = 1;
1991 yyg->yy_init = 0; in yy_init_globals()
/freebsd-10-stable/contrib/ofed/libsdp/src/
Dconfig_scanner.c247 static int yy_init = 1; /* whether we need to initialize */ variable
708 if ( yy_init )
710 yy_init = 0;
/freebsd-10-stable/usr.bin/lex/
Dinitscan.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-10-stable/contrib/binutils/ld/
Dldlex.l535 yy_init = 0;