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

  /external/bison/examples/calc++/
calc++-scanner.cc 234 #define unput(c) yyunput( c, (yytext_ptr) )
425 #define yytext_ptr yytext macro
440 (yytext_ptr) = yy_bp; \
445 /* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\
649 #ifndef yytext_ptr
985 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1018 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1033 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1069 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1085 (yytext_ptr) + yy_amount_of_matched_text
    [all...]
  /external/bison/src/
scan-skel.c 253 #define unput(c) yyunput( c, (yytext_ptr) )
444 #define yytext_ptr skel_text macro
459 (yytext_ptr) = yy_bp; \
464 /* %% [3.0] code to copy yytext_ptr to skel_text[] goes here, if %array \ */\
736 #ifndef yytext_ptr
1193 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1226 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
    [all...]
scan-code.c 253 #define unput(c) yyunput( c, (yytext_ptr) )
444 #define yytext_ptr code_text macro
459 (yytext_ptr) = yy_bp; \
464 /* %% [3.0] code to copy yytext_ptr to code_text[] goes here, if %array \ */\
821 #ifndef yytext_ptr
    [all...]
scan-gram.c 253 #define unput(c) yyunput( c, (yytext_ptr) )
444 #define yytext_ptr gram_text macro
459 (yytext_ptr) = yy_bp; \
464 /* %% [3.0] code to copy yytext_ptr to gram_text[] goes here, if %array \ */\
    [all...]
  /external/skia/src/sksl/
lex.layout.c 220 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
354 #define yytext_ptr yytext_r macro
365 yyg->yytext_ptr = yy_bp; \
709 #ifndef yytext_ptr
1058 int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
    [all...]
lex.sksl.c 220 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
354 #define yytext_ptr yytext_r macro
365 yyg->yytext_ptr = yy_bp; \
775 #ifndef yytext_ptr
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 225 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
362 #define yytext_ptr yytext_r macro
376 yyg->yytext_ptr = yy_bp; \
719 #ifndef yytext_ptr
    [all...]
  /external/libpcap/
scanner.c 215 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
352 #define yytext_ptr yytext_r macro
363 yyg->yytext_ptr = yy_bp; \
    [all...]
scanner.h 235 #define yytext_ptr yytext_r macro
305 #ifndef yytext_ptr
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 256 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
393 #define yytext_ptr yytext_r macro
407 yyg->yytext_ptr = yy_bp; \
    [all...]

Completed in 63 milliseconds