Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y43 static ipmon_doing_t *build_doing(char *, char *);
144 '(' YY_STR ')' { $$ = build_doing($1, $4);
149 $$ = build_doing($1, NULL);
777 build_doing(char *target, char *options) in build_doing() function