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

/illumos-gate/usr/src/common/util/
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 44 milliseconds