Searched refs:TOK_OTHER (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.bin/fgen/
H A Dfgen.h134 TOK_OTHER enumerator in enum:toktypes
H A Dfgen.l113 0 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
115 1 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
117 2 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
119 3 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
121 -1 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
123 \. { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
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 126 milliseconds