Home
last modified time | relevance | path

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

/freebsd-head/contrib/nvi/common/
HDrecover.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()
HDmain.c56 if (gp->scr_busy == NULL) in editor()
57 gp->scr_busy = vs_busy; in editor()
HDgs.h153 void (*scr_busy)(SCR *, const char *, busy_t); member
HDsearch.c478 sp->gp->scr_busy(sp, "078|Searching...", btype); in search_busy()
/freebsd-head/contrib/nvi/ex/
HDex_read.c319 gp->scr_busy(sp, p, in ex_readfp()
354 gp->scr_busy(sp, NULL, BUSY_OFF); in ex_readfp()
HDex_write.c325 gp->scr_busy(sp, msg, msg == NULL ? in ex_writefp()
363 gp->scr_busy(sp, NULL, BUSY_OFF); in ex_writefp()
/freebsd-head/contrib/nvi/cl/
HDcl_main.c370 gp->scr_busy = NULL; in cl_func_std()