Searched refs:yytext_ptr (Results 1 - 8 of 8) sorted by last modified time

/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c197 #define unput(c) yyunput( c, (yytext_ptr) )
359 #define yytext_ptr yytext macro
370 (yytext_ptr) = yy_bp; \
371 (yytext_ptr) -= (yy_more_len); \
372 yyleng = (size_t) (yy_cp - (yytext_ptr)); \
2076 #ifndef yytext_ptr
2258 (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
4147 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
4180 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
4195 yy_bp = (yytext_ptr)
[all...]
/freebsd-10.3-release/usr.bin/csup/
H A Drcstokenizer.h217 #define yytext_ptr yytext_r macro
281 #ifndef yytext_ptr
H A Dlex.rcs.c192 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
334 #define yytext_ptr yytext_r macro
345 yyg->yytext_ptr = yy_bp; \
665 #ifndef yytext_ptr
943 int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
976 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
991 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
1025 yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
1041 yyg->yytext_ptr + yy_amount_of_matched_text;
1046 yy_bp = yyg->yytext_ptr
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c184 #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)
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c184 #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)
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c184 #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)
[all...]
/freebsd-10.3-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c153 #define unput(c) yyunput( c, yytext_ptr )
295 #define yytext_ptr yytext macro
306 yytext_ptr = yy_bp; \
567 #ifndef yytext_ptr
1001 int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
1034 yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
1049 yy_bp = yytext_ptr + YY_MORE_ADJ;
1083 yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
1099 yytext_ptr + yy_amount_of_matched_text;
1104 yy_bp = yytext_ptr
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l77 yyunput(_c, yytext_ptr); \

Completed in 95 milliseconds