Searched refs:new_match (Results 1 – 3 of 3) sorted by relevance
137 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }139 { $$ = new_match(strdup("device-name"), $2); }143 { $$ = new_match(strdup("class"), $2); }145 { $$ = new_match(strdup("subdevice"), $2); }
44 struct eps *new_match(const char *, const char *);
1205 new_match(const char *var, const char *re) in new_match() function