Home
last modified time | relevance | path

Searched refs:YY_USER_INIT (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.l56 #define YY_USER_INIT \ macro
/external/bison/examples/calc++/
Dcalc++-scanner.cc819 #ifdef YY_USER_INIT
820 YY_USER_INIT;
/external/bison/src/
Dscan-gram.c990 #define YY_USER_INIT \ macro
1340 #ifdef YY_USER_INIT
1341 YY_USER_INIT;
Dscan-skel.c916 #ifdef YY_USER_INIT
917 YY_USER_INIT;
Dscan-gram.l47 #define YY_USER_INIT \ macro
Dscan-code.c1023 #ifdef YY_USER_INIT
1024 YY_USER_INIT;
/external/libpcap/
Dscanner.c2966 #ifdef YY_USER_INIT
2967 YY_USER_INIT;
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l147 #define YY_USER_INIT while (0) { unput(0); } macro
/external/mesa3d/src/glsl/
Dglsl_lexer.ll45 #define YY_USER_INIT yylineno = 0; yycolumn = 0;
/external/toybox/kconfig/
Dlex.zconf.c_shipped963 #ifdef YY_USER_INIT
964 YY_USER_INIT;
/external/bison/
DChangeLog-201213189 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
14235 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
14784 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
17297 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.