OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toktype
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/flex/dist/src/
yylex.c
50
int
toktype
;
local
54
toktype
= EOF;
56
toktype
= flexscan ();
58
if (
toktype
== EOF ||
toktype
== 0) {
64
toktype
= SECTEND;
68
toktype
= 0;
77
switch (
toktype
) {
98
(void) putc (
toktype
, stderr);
212
toktype
, yylval)
[
all
...]
Completed in 15 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026