Searched refs:continuep (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | vs_msg.c | 511 vs_ex_resolve(SCR *sp, int *continuep) in vs_ex_resolve() argument 520 *continuep = 0; in vs_ex_resolve() 569 vs_wait(sp, continuep, wtype); in vs_ex_resolve() 571 vs_scroll(sp, continuep, wtype); in vs_ex_resolve() 572 if (*continuep) in vs_ex_resolve() 742 vs_scroll(SCR *sp, int *continuep, sw_t wtype) in vs_scroll() argument 767 vs_wait(sp, continuep, wtype); in vs_scroll() 775 vs_wait(SCR *sp, int *continuep, sw_t wtype) in vs_wait() argument 813 if (continuep != NULL) in vs_wait() 814 *continuep = 0; in vs_wait() [all …]
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.sh | 1275 continuep () { function 2426 continuep || return 1 2467 continuep || return 1 2667 continuep < /dev/tty || return 1 2679 continuep < /dev/tty || return 1
|