OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOK_OTHER
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/fgen/
fgen.h
134
TOK_OTHER
fgen.l
113
0 { ltoken.type =
TOK_OTHER
; ltoken.text = yytext; return <oken; }
115
1 { ltoken.type =
TOK_OTHER
; ltoken.text = yytext; return <oken; }
117
2 { ltoken.type =
TOK_OTHER
; ltoken.text = yytext; return <oken; }
119
3 { ltoken.type =
TOK_OTHER
; ltoken.text = yytext; return <oken; }
121
-1 { ltoken.type =
TOK_OTHER
; ltoken.text = yytext; return <oken; }
123
\. { ltoken.type =
TOK_OTHER
; ltoken.text = yytext; return <oken; }
298
[^ \n\t\r\f]+ { ltoken.type =
TOK_OTHER
; ltoken.text = yytext;
1295
if (token->type !=
TOK_OTHER
) {
1467
if (token->type ==
TOK_OTHER
) {
2027
case
TOK_OTHER
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025