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

/freebsd-11-stable/contrib/flex/
H A DFlexLexer.h168 int yy_init; // whether we need to initialize member in class:yyFlexLexer
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/amd/fsinfo/
H A 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;
/freebsd-11-stable/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-11-stable/contrib/binutils/ld/
H A Dldlex.l536 yy_init = 0;

Completed in 217 milliseconds