Home
last modified time | relevance | path

Searched refs:tok_type (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/misc/
Dssfilter.y31 static int tok_type = -1; variable
228 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()
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dhtml.py243 for tok_type, tok_text in line:
244 if tok_type == "ws":
249 '<span class="%s">%s</span>' % (tok_type, tok_html)
/external/jsmn/
Djsmn_test.c28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ argument
31 && (t).type == (tok_type))