HomeSort by: relevance | last modified time | path
    Searched defs:yy_amount_of_matched_text (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 981 int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1; variable in typeref:typename:int
1014 yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
1079 yytext_ptr + yy_amount_of_matched_text;
  /src/tools/m4/bootstrap/
tokenizer.c 860 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; variable in typeref:typename:int
893 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
958 (yytext_ptr) + yy_amount_of_matched_text;

Completed in 15 milliseconds