Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/fgen/
Dfgen.h135 TOK_OTHER enumerator
Dfgen.l133 0 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
135 1 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
137 2 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
139 3 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
141 -1 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
143 \. { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
318 [^ \n\t\r\f]+ { ltoken.type = TOK_OTHER; ltoken.text = yytext;
1316 if (token->type != TOK_OTHER) {
1488 if (token->type == TOK_OTHER) {
2048 case TOK_OTHER: