Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ipf/dist/tools/
Dipmon_y.y44 static ipmon_doing_t *build_doing __P((char *, char *));
145 '(' YY_STR ')' { $$ = build_doing($1, $4);
150 $$ = build_doing($1, NULL);
788 build_doing(target, options) in build_doing() function