OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 11:09:46 GMT 2025