OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yy_amount_of_matched_text
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c
873
int
yy_amount_of_matched_text
= (int) (yy_cp - yytext_ptr) - 1;
variable
906
yy_c_buf_p = yytext_ptr +
yy_amount_of_matched_text
;
971
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
893
(yy_c_buf_p) = (yytext_ptr) +
yy_amount_of_matched_text
;
958
(yytext_ptr) +
yy_amount_of_matched_text
;
Completed in 25 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026