Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/m4/
H A Dmanual_tokenizer.c279 static int yy_init = 0; /* whether we need to initialize */ variable
689 if ( !(yy_init) )
691 (yy_init) = 1;
1715 (yy_init) = 0; in yy_init_globals()
/dflybsd-src/lib/libevtr/
H A Dktrfmt.yy.c299 static int yy_init = 0; /* whether we need to initialize */ variable
745 if ( !(yy_init) )
747 (yy_init) = 1;
1802 (yy_init) = 0; in yy_init_globals()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype-lex.c280 static int yy_init = 0; /* whether we need to initialize */ variable
1194 if ( !(yy_init) )
1196 (yy_init) = 1;
2530 (yy_init) = 0; in yy_init_globals()
/dflybsd-src/contrib/flex/src/
H A DFlexLexer.h183 int yy_init; // whether we need to initialize variable
H A Dflex.skl575 static int yy_init = 0; /* whether we need to initialize */
721 int yy_init;
1200 if ( !YY_G(yy_init) )
1202 YY_G(yy_init) = 1;
1441 yy_init = 0;
2832 YY_G(yy_init) = 0;
/dflybsd-src/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c279 static int yy_init = 0; /* whether we need to initialize */ variable
1061 if ( !(yy_init) )
1063 (yy_init) = 1;
2439 (yy_init) = 0; in yy_init_globals()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dada-lex.c279 static int yy_init = 0; /* whether we need to initialize */ variable
1061 if ( !(yy_init) )
1063 (yy_init) = 1;
2439 (yy_init) = 0; in yy_init_globals()
/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldlex.l559 yy_init = 0;
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dldlex.l550 yy_init = 0;