Home
last modified time | relevance | path

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

/openbsd/usr.bin/lex/
H A DFlexLexer.h172 int yy_init; // whether we need to initialize variable
H A Dflex.skl662 static int yy_init = 0; /* whether we need to initialize */
828 int yy_init;
1300 if ( !YY_G(yy_init) )
1302 YY_G(yy_init) = 1;
1521 yy_init = 0;
2873 YY_G(yy_init) = 0;
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 DChangeLog5855 * flex.skl: moved position of yy_init = 0
/openbsd/gnu/usr.bin/binutils/gas/
H A Ditbl-lex.c223 static int yy_init = 1; /* whether we need to initialize */ variable
611 if ( yy_init )
613 yy_init = 0;
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddeflex.c223 static int yy_init = 1; /* whether we need to initialize */ variable
686 if ( yy_init )
688 yy_init = 0;
H A Drclex.c223 static int yy_init = 1; /* whether we need to initialize */ variable
879 if ( yy_init )
881 yy_init = 0;
/openbsd/gnu/gcc/gcc/
H A Dgengtype-lex.c271 static int yy_init = 1; /* whether we need to initialize */ variable
1911 if ( (yy_init) )
1913 (yy_init) = 0;
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-lex.c223 static int yy_init = 1; /* whether we need to initialize */ variable
953 if ( yy_init )
955 yy_init = 0;
/openbsd/sbin/unwind/libunbound/util/
H A Dconfiglexer.c286 static int yy_init = 0; /* whether we need to initialize */ variable
3824 if ( !(yy_init) )
3826 (yy_init) = 1;
6896 (yy_init) = 0; in yy_init_globals()
/openbsd/gnu/usr.bin/binutils/ld/
H A Dldlex.l520 yy_init = 0;
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldlex.l526 yy_init = 0;