Home
last modified time | relevance | path

Searched refs:scr_busy (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/nvi/common/
H A Drecover.c199 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 Dmain.c56 if (gp->scr_busy == NULL) in editor()
57 gp->scr_busy = vs_busy; in editor()
H A Dgs.h153 void (*scr_busy)(SCR *, const char *, busy_t); member
H A Dsearch.c478 sp->gp->scr_busy(sp, "078|Searching...", btype); in search_busy()
/freebsd/contrib/nvi/ex/
H A Dex_read.c319 gp->scr_busy(sp, p, in ex_readfp()
354 gp->scr_busy(sp, NULL, BUSY_OFF); in ex_readfp()
H A Dex_write.c325 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 Dcl_main.c370 gp->scr_busy = NULL; in cl_func_std()