OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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; \
486
#ifndef
yytext_ptr
873
int yy_amount_of_matched_text = (int) (yy_cp -
yytext_ptr
) - 1;
906
yy_c_buf_p =
yytext_ptr
+ yy_amount_of_matched_text;
921
yy_bp =
yytext_ptr
+ YY_MORE_ADJ;
955
yy_c_buf_p =
yytext_ptr
+ YY_MORE_ADJ;
971
yytext_ptr
+ yy_amount_of_matched_text;
976
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 Sun Feb 22 08:20:21 UTC 2026