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

  /system/core/sh/
arith_lex.c 167 #define unput(c) yyunput( c, (yytext_ptr) )
341 #define yytext_ptr yytext macro
352 (yytext_ptr) = yy_bp; \
555 #ifndef yytext_ptr
921 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
954 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
969 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1003 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1019 (yytext_ptr) + yy_amount_of_matched_text;
1024 yy_bp = (yytext_ptr) + YY_MORE_ADJ
1873 #undef yytext_ptr macro
    [all...]
init.c 207 #undef yytext_ptr macro
208 #define yytext_ptr yytext macro
499 #undef yytext_ptr macro
500 #define yytext_ptr yytext macro
789 #undef yytext_ptr macro
790 #define yytext_ptr yytext macro
  /external/elfutils/libcpu/
i386_lex.c 211 #define unput(c) yyunput( c, (yytext_ptr) )
380 #define yytext_ptr i386_text macro
391 (yytext_ptr) = yy_bp; \
642 #ifndef yytext_ptr
981 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1014 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1029 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1064 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1080 (yytext_ptr) + yy_amount_of_matched_text;
1085 yy_bp = (yytext_ptr) + YY_MORE_ADJ
    [all...]
  /external/elfutils/src/
ldlex.c 212 #define unput(c) yyunput( c, (yytext_ptr) )
381 #define yytext_ptr ldtext macro
392 (yytext_ptr) = yy_bp; \
    [all...]
  /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/libpcap/
scanner.c 166 #define unput(c) yyunput( c, (yytext_ptr) )
337 #define yytext_ptr pcap_text macro
348 (yytext_ptr) = yy_bp; \
4415 #undef yytext_ptr macro
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
344 #define yytext_ptr yytext_r macro
355 yyg->yytext_ptr = yy_bp; \
746 #ifndef yytext_ptr
    [all...]
lex.yy.c 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
344 #define yytext_ptr yytext_r macro
355 yyg->yytext_ptr = yy_bp; \
    [all...]
glsl_lexer.cc 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
344 #define yytext_ptr yytext_r macro
355 yyg->yytext_ptr = yy_bp; \
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 208 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
345 #define yytext_ptr yytext_r macro
356 yyg->yytext_ptr = yy_bp; \
669 #ifndef yytext_ptr
1161 int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_lex.cpp 233 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
370 #define yytext_ptr yytext_r macro
381 yyg->yytext_ptr = yy_bp; \
    [all...]

Completed in 119 milliseconds