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

/illumos-gate/usr/src/common/util/
H A Dgetresponse.c157 * yes_check() returns 1 if the input string is matched by yesexpr and is
158 * not matched by noexpr; otherwise yes_check() returns 0.
161 yes_check(char *ans) function
179 return (yes_no(yes_check));

Completed in 57 milliseconds