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

/xsrc/external/mit/xgc/dist/
H A Dlex.c274 static int yy_init = 0; /* whether we need to initialize */ variable in typeref:typename:int
906 if ( !(yy_init) )
908 (yy_init) = 1;
2322 (yy_init) = 0;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c278 static int yy_init = 0; /* whether we need to initialize */ variable in typeref:typename:int
737 if ( !(yy_init) )
739 (yy_init) = 1;
1836 (yy_init) = 0;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefslex.c293 static int yy_init = 0; /* whether we need to initialize */ variable in typeref:typename:int
880 if ( !(yy_init) )
882 (yy_init) = 1;
2035 (yy_init) = 0;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.c291 static int yy_init = 0; /* whether we need to initialize */ variable in typeref:typename:int
878 if ( !(yy_init) )
880 (yy_init) = 1;
2062 (yy_init) = 0;
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c275 static int yy_init = 0; /* whether we need to initialize */ variable in typeref:typename:int
708 if ( !(yy_init) )
710 (yy_init) = 1;
1777 (yy_init) = 0;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c1037 int yy_init; member in struct:yyguts_t
1268 if ( !yyg->yy_init )
1270 yyg->yy_init = 1;
3065 yyg->yy_init = 0;
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c1299 int yy_init; member in struct:yyguts_t
1524 if ( !yyg->yy_init )
1526 yyg->yy_init = 1;
3572 yyg->yy_init = 0;
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c1068 int yy_init; member in struct:yyguts_t
1299 if ( !yyg->yy_init )
1301 yyg->yy_init = 1;
3111 yyg->yy_init = 0;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp1628 int yy_init; member in struct:yyguts_t
1854 if ( !yyg->yy_init )
1856 yyg->yy_init = 1;
4526 yyg->yy_init = 0;
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp1651 int yy_init; member in struct:yyguts_t
1877 if ( !yyg->yy_init )
1879 yyg->yy_init = 1;
4616 yyg->yy_init = 0;

Completed in 33 milliseconds