Searched refs:yy_init (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/flex/
H A DFlexLexer.h168 int yy_init; // whether we need to initialize member in class:yyFlexLexer
/freebsd-10.3-release/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;
/freebsd-10.3-release/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;
/freebsd-10.3-release/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;
/freebsd-10.3-release/usr.bin/csup/
H A Dlex.rcs.c598 int yy_init; member in struct:yyguts_t
792 if ( !yyg->yy_init )
794 yyg->yy_init = 1;
1991 yyg->yy_init = 0;
/freebsd-10.3-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c247 static int yy_init = 1; /* whether we need to initialize */ variable
708 if ( yy_init )
710 yy_init = 0;
/freebsd-10.3-release/usr.bin/lex/
H A 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;
/freebsd-10.3-release/contrib/binutils/ld/
H A Dldlex.l536 yy_init = 0;

Completed in 213 milliseconds