Searched refs:continuep (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | vs_msg.c | 525 vs_ex_resolve(SCR *sp, int *continuep) in vs_ex_resolve() argument 534 *continuep = 0; in vs_ex_resolve() 583 vs_wait(sp, continuep, wtype); in vs_ex_resolve() 585 vs_scroll(sp, continuep, wtype); in vs_ex_resolve() 586 if (*continuep) in vs_ex_resolve() 758 vs_scroll(SCR *sp, int *continuep, sw_t wtype) in vs_scroll() argument 783 vs_wait(sp, continuep, wtype); in vs_scroll() 791 vs_wait(SCR *sp, int *continuep, sw_t wtype) in vs_wait() argument 829 if (continuep != NULL) in vs_wait() 830 *continuep = 0; in vs_wait() [all …]
|