Searched refs:no_check (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/util/
H A Dgetresponse.h47 extern int no_check(char *);
H A Dgetresponse.c167 * no_check() returns 1 if the input string is matched by noexpr and is
168 * not matched by yesexpr; otherwise no_check() returns 0.
171 no_check(char *ans) function
185 return (yes_no(no_check));

Completed in 53 milliseconds