Searched refs:yy_c_buf_p (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
277 static char *yy_c_buf_p = (char *) 0; variable
360 (yy_c_buf_p) = yy_cp;
1064 yy_cp = (yy_c_buf_p);
1732 /* Note that here we test for yy_c_buf_p "<=" to the position
1733 * of the first EOB in the buffer, since yy_c_buf_p will
1739 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1743 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1763 yy_cp = ++(yy_c_buf_p);
1770 yy_cp = (yy_c_buf_p);
[all...]
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
277 static char *yy_c_buf_p = (char *) 0; variable
360 (yy_c_buf_p) = yy_cp;
741 yy_cp = (yy_c_buf_p);
904 /* Note that here we test for yy_c_buf_p "<=" to the position
905 * of the first EOB in the buffer, since yy_c_buf_p will
911 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
915 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
935 yy_cp = ++(yy_c_buf_p);
942 yy_cp = (yy_c_buf_p);
[all...]
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
277 static char *yy_c_buf_p = (char *) 0; variable
360 (yy_c_buf_p) = yy_cp;
720 yy_cp = (yy_c_buf_p);
841 /* Note that here we test for yy_c_buf_p "<=" to the position
842 * of the first EOB in the buffer, since yy_c_buf_p will
848 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
852 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
872 yy_cp = ++(yy_c_buf_p);
879 yy_cp = (yy_c_buf_p);
[all...]
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
276 static char *yy_c_buf_p = NULL; variable
359 (yy_c_buf_p) = yy_cp;
724 yy_cp = (yy_c_buf_p);
882 /* Note that here we test for yy_c_buf_p "<=" to the position
883 * of the first EOB in the buffer, since yy_c_buf_p will
889 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
893 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
913 yy_cp = ++(yy_c_buf_p);
920 yy_cp = (yy_c_buf_p);
[all...]
/freebsd-current/usr.bin/lex/
H A Dinitscan.c178 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
275 static char *yy_c_buf_p = NULL; variable
355 (yy_c_buf_p) = yy_cp;
2240 yy_cp = (yy_c_buf_p);
3199 (yy_c_buf_p) = yy_cp = 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;
3654 (yy_c_buf_p) = yy_cp = yy_bp + 1;
3669 (yy_c_buf_p)
[all...]
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
275 static char *yy_c_buf_p = NULL; variable
356 (yy_c_buf_p) = yy_cp;
4626 (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr));
4629 yy_cp = (yy_c_buf_p);
6807 /* Note that here we test for yy_c_buf_p "<=" to the position
6808 * of the first EOB in the buffer, since yy_c_buf_p will
6814 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
6818 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
6838 yy_cp = ++(yy_c_buf_p);
[all...]
/freebsd-current/contrib/flex/src/
H A DFlexLexer.h181 char* yy_c_buf_p; member in class:yyFlexLexer

Completed in 172 milliseconds