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

/freebsd-10.3-release/contrib/flex/
H A DFlexLexer.h166 char* yy_c_buf_p; member in class:yyFlexLexer
/freebsd-10.3-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c148 yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
246 static char *yy_c_buf_p = (char *) 0; variable
310 yy_c_buf_p = yy_cp;
734 yy_cp = yy_c_buf_p;
1023 /* Note that here we test for yy_c_buf_p "<=" to the position
1024 * of the first EOB in the buffer, since yy_c_buf_p will
1030 if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
1034 yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
1054 yy_cp = ++yy_c_buf_p;
1061 yy_cp = yy_c_buf_p;
[all...]
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/usr.bin/csup/
H A Dlex.rcs.c187 yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
349 yyg->yy_c_buf_p = yy_cp;
597 char *yy_c_buf_p; member in struct:yyguts_t
820 yy_cp = yyg->yy_c_buf_p;
965 /* Note that here we test for yy_c_buf_p "<=" to the position
966 * of the first EOB in the buffer, since yy_c_buf_p will
972 if ( yyg->yy_c_buf_p <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] )
976 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
996 yy_cp = ++yyg->yy_c_buf_p;
1003 yy_cp = yyg->yy_c_buf_p;
[all...]
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c192 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
291 static char *yy_c_buf_p = (char *) 0; variable
375 (yy_c_buf_p) = yy_cp;
2258 (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
2261 yy_cp = (yy_c_buf_p);
3229 (yy_c_buf_p) = yy_cp = yy_bp + 1;
3244 (yy_c_buf_p) = yy_cp = yy_bp + 1;
3568 (yy_c_buf_p) = yy_cp = yy_bp + 1;
3668 (yy_c_buf_p) = yy_cp = yy_bp + 1;
3676 (yy_c_buf_p)
[all...]

Completed in 150 milliseconds