Searched refs:TOK_OTHER (Results 1 – 2 of 2) sorted by relevance
135 TOK_OTHER enumerator
133 0 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return <oken; }135 1 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return <oken; }137 2 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return <oken; }139 3 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return <oken; }141 -1 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return <oken; }143 \. { ltoken.type = TOK_OTHER; ltoken.text = yytext; return <oken; }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: