Searched defs:yytext_ptr (Results 1 - 6 of 6) sorted by relevance

/external/bison/src/
H A Dscan-skel.c207 #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)
2110 #undef yytext_ptr macro
[all...]
H A Dscan-gram.c207 #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 \ */\
1073 #ifndef yytext_ptr
2309 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
2342 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
2357 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
2393 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
2409 (yytext_ptr)
3352 #undef yytext_ptr macro
[all...]
/external/bluetooth/bluez/rfcomm/
H A Dlexer.c166 #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)
1748 #undef yytext_ptr macro
[all...]
/external/elfutils/src/
H A Dldlex.c154 #define unput(c) yyunput( c, yytext_ptr )
294 #define yytext_ptr yytext macro
305 yytext_ptr = yy_bp; \
1078 #ifndef yytext_ptr
1632 int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
1665 yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
1680 yy_bp = yytext_ptr + YY_MORE_ADJ;
1714 yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
1730 yytext_ptr + yy_amount_of_matched_text;
1735 yy_bp = yytext_ptr
[all...]
/external/libpcap/
H A Dscanner.c166 #define unput(c) yyunput( c, (yytext_ptr) )
337 #define yytext_ptr pcap_text macro
348 (yytext_ptr) = yy_bp; \
2527 #ifndef yytext_ptr
3463 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
3496 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
3511 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
3545 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
3561 (yytext_ptr) + yy_amount_of_matched_text;
3566 yy_bp = (yytext_ptr)
4415 #undef yytext_ptr macro
[all...]
/external/webkit/WebKitTools/android/flex-2.5.4a/
H A Dinitscan.c136 #define unput(c) yyunput( c, yytext_ptr )
269 #define yytext_ptr yytext macro
280 yytext_ptr = yy_bp; \
1350 #ifndef yytext_ptr
2755 int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
2788 yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
2803 yy_bp = yytext_ptr + YY_MORE_ADJ;
2837 yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
2853 yytext_ptr + yy_amount_of_matched_text;
2858 yy_bp = yytext_ptr
[all...]

Completed in 120 milliseconds