OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yytext_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c
135
#define unput(c) yyunput( c,
yytext_ptr
)
271
#define
yytext_ptr
yytext
macro
282
yytext_ptr
= yy_bp; \
594
#ifndef
yytext_ptr
981
int yy_amount_of_matched_text = (int) (yy_cp -
yytext_ptr
) - 1;
1014
yy_c_buf_p =
yytext_ptr
+ yy_amount_of_matched_text;
1029
yy_bp =
yytext_ptr
+ YY_MORE_ADJ;
1063
yy_c_buf_p =
yytext_ptr
+ YY_MORE_ADJ;
1079
yytext_ptr
+ yy_amount_of_matched_text;
1084
yy_bp =
yytext_ptr
+ YY_MORE_ADJ
[
all
...]
/src/tools/m4/bootstrap/
tokenizer.c
185
#define unput(c) yyunput( c, (
yytext_ptr
) )
351
#define
yytext_ptr
yytext
macro
362
(
yytext_ptr
) = yy_bp; \
576
#ifndef
yytext_ptr
860
int yy_amount_of_matched_text = (int) (yy_cp - (
yytext_ptr
)) - 1;
893
(yy_c_buf_p) = (
yytext_ptr
) + yy_amount_of_matched_text;
908
yy_bp = (
yytext_ptr
) + YY_MORE_ADJ;
942
(yy_c_buf_p) = (
yytext_ptr
) + YY_MORE_ADJ;
958
(
yytext_ptr
) + yy_amount_of_matched_text;
963
yy_bp = (
yytext_ptr
) + YY_MORE_ADJ
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025