HomeSort by relevance Sort by last modified time
    Searched refs:yytext_ptr (Results 1 - 9 of 9) 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/bison/src/
scan-skel.c 207 #define unput(c) yyunput( c, (yytext_ptr) )
408 #define yytext_ptr skel_text macro
423 (yytext_ptr) = yy_bp; \
428 /* %% [3.0] code to copy yytext_ptr to skel_text[] goes here, if %array \ */\
683 #ifndef yytext_ptr
1069 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1102 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1117 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1153 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1169 (yytext_ptr) + yy_amount_of_matched_text
2110 #undef yytext_ptr macro
    [all...]
scan-gram.c 207 #define unput(c) yyunput( c, (yytext_ptr) )
408 #define yytext_ptr gram_text macro
423 (yytext_ptr) = yy_bp; \
428 /* %% [3.0] code to copy yytext_ptr to gram_text[] goes here, if %array \ */\
3352 #undef yytext_ptr macro
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 166 #define unput(c) yyunput( c, (yytext_ptr) )
337 #define yytext_ptr yytext macro
348 (yytext_ptr) = yy_bp; \
539 #ifndef yytext_ptr
833 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
866 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
881 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
915 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
931 (yytext_ptr) + yy_amount_of_matched_text;
936 yy_bp = (yytext_ptr) + YY_MORE_ADJ
1748 #undef yytext_ptr macro
    [all...]
  /external/elfutils/src/
ldlex.c 154 #define unput(c) yyunput( c, yytext_ptr )
294 #define yytext_ptr yytext macro
305 yytext_ptr = yy_bp; \
    [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/webkit/WebKitTools/android/flex-2.5.4a/
initscan.c 136 #define unput(c) yyunput( c, yytext_ptr )
269 #define yytext_ptr yytext macro
280 yytext_ptr = yy_bp; \
    [all...]
flex.skl 142 #define unput(c) yyunput( c, yytext_ptr )
292 yytext_ptr = yy_bp; \
296 %% code to copy yytext_ptr to yytext[] goes here, if %array
319 #ifndef yytext_ptr
522 int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
555 yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
570 yy_bp = yytext_ptr + YY_MORE_ADJ;
604 yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
620 yytext_ptr + yy_amount_of_matched_text;
625 yy_bp = yytext_ptr + YY_MORE_ADJ
    [all...]

Completed in 7027 milliseconds