Searched refs:scr_busy (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | recover.c | 199 sp->gp->scr_busy(sp, in rcv_init() 204 sp->gp->scr_busy(sp, NULL, BUSY_OFF); in rcv_init() 207 sp->gp->scr_busy(sp, NULL, BUSY_OFF); in rcv_init() 285 sp->gp->scr_busy(sp, in rcv_sync() 294 sp->gp->scr_busy(sp, NULL, BUSY_OFF); in rcv_sync()
|
H A D | main.c | 56 if (gp->scr_busy == NULL) in editor() 57 gp->scr_busy = vs_busy; in editor()
|
H A D | gs.h | 153 void (*scr_busy)(SCR *, const char *, busy_t); member
|
H A D | search.c | 478 sp->gp->scr_busy(sp, "078|Searching...", btype); in search_busy()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_read.c | 319 gp->scr_busy(sp, p, in ex_readfp() 354 gp->scr_busy(sp, NULL, BUSY_OFF); in ex_readfp()
|
H A D | ex_write.c | 325 gp->scr_busy(sp, msg, msg == NULL ? in ex_writefp() 363 gp->scr_busy(sp, NULL, BUSY_OFF); in ex_writefp()
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_main.c | 370 gp->scr_busy = NULL; in cl_func_std()
|