Searched refs:yytext_ptr (Results 1 – 9 of 9) sorted by relevance
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 183 #define unput(c) yyunput( c, (yytext_ptr) ) 341 #ifdef yytext_ptr 342 #undef yytext_ptr 344 #define yytext_ptr yytext macro 355 (yytext_ptr) = yy_bp; \ 566 #ifndef yytext_ptr 860 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; 893 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; 908 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 942 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; [all …]
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) ) 345 #define yytext_ptr yytext macro 356 (yytext_ptr) = yy_bp; \ 588 #ifndef yytext_ptr 882 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; 915 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; 930 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 964 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; 980 (yytext_ptr) + yy_amount_of_matched_text; 985 yy_bp = (yytext_ptr) + YY_MORE_ADJ; [all …]
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) ) 345 #define yytext_ptr yytext macro 356 (yytext_ptr) = yy_bp; \ 567 #ifndef yytext_ptr 819 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; 852 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; 867 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 901 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; 917 (yytext_ptr) + yy_amount_of_matched_text; 922 yy_bp = (yytext_ptr) + YY_MORE_ADJ; [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) ) 345 #define yytext_ptr yytext macro 356 (yytext_ptr) = yy_bp; \ 911 #ifndef yytext_ptr 1710 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; 1743 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; 1758 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 1792 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; 1808 (yytext_ptr) + yy_amount_of_matched_text; 1813 yy_bp = (yytext_ptr) + YY_MORE_ADJ; [all …]
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 182 #define unput(c) yyunput( c, (yytext_ptr) ) 337 #ifdef yytext_ptr 338 #undef yytext_ptr 340 #define yytext_ptr yytext macro 351 (yytext_ptr) = yy_bp; \ 2061 #ifndef yytext_ptr 4157 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; 4190 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; 4205 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 4239 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.c | 183 #define unput(c) yyunput( c, (yytext_ptr) ) 337 #ifdef yytext_ptr 338 #undef yytext_ptr 340 #define yytext_ptr yytext macro 351 (yytext_ptr) = yy_bp; \ 352 (yytext_ptr) -= (yy_more_len); \ 353 yyleng = (int) (yy_cp - (yytext_ptr)); \ 4579 #ifndef yytext_ptr 4740 (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr)); 6954 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; [all …]
|
/freebsd/contrib/flex/src/ |
H A D | flex.skl | 458 #define unput(c) yyunput( c, YY_G(yytext_ptr) M4_YY_CALL_LAST_ARG ) 661 YY_G(yytext_ptr) = yy_bp; \ 665 %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ 751 char *yytext_ptr; 935 #ifndef yytext_ptr 1282 int yy_amount_of_matched_text = (int) (yy_cp - YY_G(yytext_ptr)) - 1; 1320 YY_G(yy_c_buf_p) = YY_G(yytext_ptr) + yy_amount_of_matched_text; 1335 yy_bp = YY_G(yytext_ptr) + YY_MORE_ADJ; 1369 YY_G(yy_c_buf_p) = YY_G(yytext_ptr) + YY_MORE_ADJ; 1385 YY_G(yytext_ptr) + yy_amount_of_matched_text; [all …]
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_lex.l | 78 yyunput(_c, yytext_ptr); \
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 4048 * flex.skl: undef yytext_ptr has some bad side effects 7168 * flex.skl, main.c: millaway: Fixed yytext_ptr when using %array in 8711 of yytext_ptr
|