Searched refs:yy_amount_of_matched_text (Results 1 - 5 of 5) sorted by relevance

/external/bison/examples/calc++/
H A Dcalc++-scanner.cc985 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; variable
1018 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1085 (yytext_ptr) + yy_amount_of_matched_text;
/external/bison/src/
H A Dscan-skel.c1193 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; variable
1226 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1293 (yytext_ptr) + yy_amount_of_matched_text;
H A Dscan-code.c1406 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; variable
1439 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1506 (yytext_ptr) + yy_amount_of_matched_text;
H A Dscan-gram.c2442 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; variable
2475 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
2542 (yytext_ptr) + yy_amount_of_matched_text;
/external/libpcap/
H A Dscanner.c3861 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; variable
3894 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
3959 (yytext_ptr) + yy_amount_of_matched_text;

Completed in 46 milliseconds