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_is_jam
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c
1181
register int
yy_is_jam
;
local
1197
yy_is_jam
= (yy_current_state == 49);
1199
return
yy_is_jam
? 0 : yy_current_state;
/src/tools/m4/bootstrap/
tokenizer.c
1161
register int
yy_is_jam
;
local
1177
yy_is_jam
= (yy_current_state == 32);
1179
return
yy_is_jam
? 0 : yy_current_state;
Completed in 23 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026