Searched refs:yy_bp (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 178 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ 351 (yytext_ptr) = yy_bp; \ 352 yyleng = (int) (yy_cp - yy_bp); \ 2194 char *yy_cp, *yy_bp; variable 2248 yy_bp = yy_cp; 3199 (yy_c_buf_p) = yy_cp = yy_bp + 1; 3214 YY_LINENO_REWIND_TO(yy_bp + 1); 3215 (yy_c_buf_p) = yy_cp = yy_bp + 1; 3546 (yy_c_buf_p) = yy_cp = yy_bp + 1; 3646 (yy_c_buf_p) = yy_cp = yy_bp + 1; [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.c | 179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ 356 (yytext_ptr) = yy_bp; \ 357 yyleng = (size_t) (yy_cp - yy_bp); \ 1029 register char *yy_cp, *yy_bp; variable 1072 yy_bp = yy_cp; 1758 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 1813 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 1823 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 2032 static void yyunput (int c, register char * yy_bp ) in yyunput() argument 2054 yy_bp += (int) (dest - source); in yyunput() [all …]
|
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ 355 (yytext_ptr) = yy_bp; \ 356 yyleng = (int) (yy_cp - yy_bp); \ 688 char *yy_cp, *yy_bp; variable 732 yy_bp = yy_cp; 908 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 963 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 973 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ 356 (yytext_ptr) = yy_bp; \ 357 yyleng = (size_t) (yy_cp - yy_bp); \ 706 register char *yy_cp, *yy_bp; variable 749 yy_bp = yy_cp; 930 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 985 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 995 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ 356 (yytext_ptr) = yy_bp; \ 357 yyleng = (size_t) (yy_cp - yy_bp); \ 685 register char *yy_cp, *yy_bp; variable 728 yy_bp = yy_cp; 867 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 922 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 932 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.c | 179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ 351 (yytext_ptr) = yy_bp; \ 4701 char *yy_cp, *yy_bp; variable 4751 yy_bp = yy_cp; 7002 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 7057 yy_bp = (yytext_ptr) + YY_MORE_ADJ; 7067 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
/freebsd/contrib/flex/src/ |
H A D | flex.skl | 454 YY_G(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ 661 YY_G(yytext_ptr) = yy_bp; \ 1175 char *yy_cp, *yy_bp; 1257 /* yy_bp points to the position in yy_ch_buf of the start of 1260 yy_bp = yy_cp; 1335 yy_bp = YY_G(yytext_ptr) + YY_MORE_ADJ; 1390 yy_bp = YY_G(yytext_ptr) + YY_MORE_ADJ; 1400 yy_bp = YY_G(yytext_ptr) + YY_MORE_ADJ; 1752 static void yyunput YYFARGS2( int,c, char *,yy_bp) 1755 void yyFlexLexer::yyunput( int c, char* yy_bp) [all …]
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 10522 * nfa.c: RCS ident yy_cp, yy_bp support name shortenings assoc_rule
|