Home
last modified time | relevance | path

Searched refs:yytext_ptr (Results 1 – 6 of 6) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-scanner.cc234 #define unput(c) yyunput( c, (yytext_ptr) )
425 #define yytext_ptr yytext macro
440 (yytext_ptr) = yy_bp; \
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;
1090 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
[all …]
/external/bison/src/
Dscan-skel.c253 #define unput(c) yyunput( c, (yytext_ptr) )
444 #define yytext_ptr skel_text macro
459 (yytext_ptr) = yy_bp; \
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;
1241 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1277 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1293 (yytext_ptr) + yy_amount_of_matched_text;
1298 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
[all …]
Dscan-gram.c253 #define unput(c) yyunput( c, (yytext_ptr) )
444 #define yytext_ptr gram_text macro
459 (yytext_ptr) = yy_bp; \
1145 #ifndef yytext_ptr
2442 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
2475 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
2490 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
2526 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
2542 (yytext_ptr) + yy_amount_of_matched_text;
2547 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
[all …]
Dscan-code.c253 #define unput(c) yyunput( c, (yytext_ptr) )
444 #define yytext_ptr code_text macro
459 (yytext_ptr) = yy_bp; \
821 #ifndef yytext_ptr
1406 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1439 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1454 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1490 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1506 (yytext_ptr) + yy_amount_of_matched_text;
1511 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
[all …]
/external/libpcap/
Dscanner.c217 #define unput(c) yyunput( c, (yytext_ptr) )
378 #define yytext_ptr pcap_text macro
389 (yytext_ptr) = yy_bp; \
2836 #ifndef yytext_ptr
3861 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
3894 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
3909 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
3943 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
3959 (yytext_ptr) + yy_amount_of_matched_text;
3964 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
[all …]
/external/toybox/kconfig/
Dlex.zconf.c_shipped178 #define unput(c) yyunput( c, (yytext_ptr) )
352 #define yytext_ptr zconftext
683 (yytext_ptr) = yy_bp; \
851 #ifndef yytext_ptr
1290 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1323 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1338 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1372 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1388 (yytext_ptr) + yy_amount_of_matched_text;
1393 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
[all …]