HomeSort by: relevance | last modified time | path
    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 &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 13 milliseconds