HomeSort by relevance Sort by last modified time
    Searched refs:yyless (Results 1 - 14 of 14) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c 114 * yyless( 5 );
120 * done when it reached the ';' after the yyless() call.
125 #define yyless(n) \ macro
3542 #undef yyless macro
3543 #define yyless macro
    [all...]
scan.l 296 ^"%{".* ++bracelevel; yyless( 2 ); /* eat only %{ */
297 ^"%}".* --bracelevel; yyless( 2 ); /* eat only %} */
304 yyless( 0 ); /* put it all back */
353 yyless( yyleng - 2 ); /* put back '/', '*' */
428 yyless( 1 );
flex.skl 120 * yyless( 5 );
126 * done when it reached the ';' after the yyless() call.
131 #define yyless(n) \
1446 /* Redefine yyless() so it works in section 3 code. */
1448 #undef yyless
1449 #define yyless(n) \
    [all...]
  /external/bison/src/
scan-gram.l 345 yyless (0);
565 yyless (0);
    [all...]
scan-skel.c 194 #define yyless(n) \ macro
1921 #undef yyless macro
1922 #define yyless macro
    [all...]
scan-gram.c 194 #define yyless(n) \ macro
3163 #undef yyless macro
3164 #define yyless macro
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 153 #define yyless(n) \ macro
1582 #undef yyless macro
1583 #define yyless macro
    [all...]
  /external/elfutils/src/
ldlex.c 132 * yyless( 5 );
138 * done when it reached the ';' after the yyless() call.
143 #define yyless(n) \ macro
2413 #undef yyless macro
2414 #define yyless macro
    [all...]
  /system/core/sh/
arith_lex.c 154 #define yyless(n) \ macro
1707 #undef yyless macro
1708 #define yyless macro
    [all...]
  /external/libpcap/
scanner.c 153 #define yyless(n) \ macro
4249 #undef yyless macro
4250 #define yyless macro
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c 180 #define yyless(n) \ macro
2300 #undef yyless macro
2301 #define yyless macro
    [all...]
  /external/mesa3d/src/glsl/
glsl_lexer.cpp 180 #define yyless(n) \ macro
3312 #undef yyless macro
3313 #define yyless macro
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 187 * access to the local variable yy_act. Since yyless() is a macro, it would break
188 * existing scanners that call yyless() from OUTSIDE yylex.
202 #define yyless(n) \ macro
2517 #undef yyless macro
2518 #define yyless macro
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 268 #define yyless(n) \ macro
    [all...]

Completed in 517 milliseconds