Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dssfilter.y179 char *curtok; in yylex() local
206 } while ((curtok = get_token_from_line(&tokptr)) == NULL); in yylex()
208 if (strcmp(curtok, "!") == 0 || in yylex()
209 strcmp(curtok, "not") == 0) in yylex()
211 if (strcmp(curtok, "&") == 0 || in yylex()
212 strcmp(curtok, "&&") == 0 || in yylex()
213 strcmp(curtok, "and") == 0) in yylex()
215 if (strcmp(curtok, "|") == 0 || in yylex()
216 strcmp(curtok, "||") == 0 || in yylex()
217 strcmp(curtok, "or") == 0) in yylex()
[all …]