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

/openbsd-current/usr.bin/rcs/
H A Drcsutil.c549 * Read a char from standard input, returns defc if the
550 * user enters an equivalent to defc, else whatever char
554 rcs_yesno(int defc) argument
564 if (c == defc || c == '\n' || (c == EOF && feof(stdin)))
565 ret = defc;

Completed in 248 milliseconds