Searched defs:yytext_ptr (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_scan.c202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
344 #define yytext_ptr yytext_r macro
355 yyg->yytext_ptr = yy_bp; \
741 #ifndef yytext_ptr
1545 int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
1578 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
1593 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
1628 yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
1644 yyg->yytext_ptr + yy_amount_of_matched_text;
1649 yy_bp = yyg->yytext_ptr
[all...]

Completed in 1017 milliseconds