Home
last modified time | relevance | path

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

/external/iproute2/tc/
Demp_ematch.y62 $$ = new_ematch($2, $1);
68 $$ = new_ematch(NULL, $1);
Dm_ematch.h68 static inline struct ematch * new_ematch(struct bstr *args, int inverted) in new_ematch() function
Demp_ematch.yacc.c1378 (yyval.e) = new_ematch((yyvsp[-3].b), (yyvsp[-4].i)); in yyparse()
1388 (yyval.e) = new_ematch(NULL, (yyvsp[-3].i)); in yyparse()