Searched refs:tok_type (Results 1 – 3 of 3) sorted by relevance
31 static int tok_type = -1; variable228 tok_type = DCOND; in yylex()232 tok_type = SCOND; in yylex()236 tok_type = DPORT; in yylex()240 tok_type = SPORT; in yylex()266 tok_type = AUTOBOUND; in yylex()269 yylval = (void*)parse_hostcond(curtok, tok_type == SPORT || tok_type == DPORT); in yylex()
243 for tok_type, tok_text in line:244 if tok_type == "ws":249 '<span class="%s">%s</span>' % (tok_type, tok_html)
28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ argument31 && (t).type == (tok_type))