OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yy_buf_pos
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c
149
char *
yy_buf_pos
; /* current position in input buffer */
member in struct:yy_buffer_state
1458
yy_current_buffer->
yy_buf_pos
= yy_c_buf_p;
1481
yytext_ptr = yy_c_buf_p = yy_current_buffer->
yy_buf_pos
;
1591
b->
yy_buf_pos
= &b->yy_ch_buf[0];
1623
b->
yy_buf_pos
= b->yy_ch_buf = base;
/src/tools/m4/bootstrap/
tokenizer.c
199
char *
yy_buf_pos
; /* current position in input buffer */
member in struct:yy_buffer_state
1335
YY_CURRENT_BUFFER_LVALUE->
yy_buf_pos
= (yy_c_buf_p);
1353
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->
yy_buf_pos
;
1457
b->
yy_buf_pos
= &b->yy_ch_buf[0];
1484
YY_CURRENT_BUFFER_LVALUE->
yy_buf_pos
= (yy_c_buf_p);
1585
b->
yy_buf_pos
= b->yy_ch_buf = base;
Completed in 14 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025