Home
last modified time | relevance | path

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

/src/sbin/ipf/ipmon/
H A Dipmon_y.y42 static int find_doing(char *);
141 YY_STR { if (find_doing($1) != IPM_DOING)
148 | YY_STR { if (find_doing($1) == IPM_DOING)
750 if (find_doing(saver->ims_name) == IPM_DOING) in add_doing()
764 find_doing(char *string) in find_doing() function
975 if (find_doing(name) == IPM_DOING) in install_saver()