Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/common/
HDcommon.h51 typedef enum { BUSY_ON = 1, BUSY_OFF, BUSY_UPDATE } busy_t; enumerator
HDsearch.c269 search_busy(sp, BUSY_OFF); in f_search()
427 search_busy(sp, BUSY_OFF); in b_search()
HDrecover.c204 sp->gp->scr_busy(sp, NULL, BUSY_OFF); in rcv_init()
207 sp->gp->scr_busy(sp, NULL, BUSY_OFF); in rcv_init()
294 sp->gp->scr_busy(sp, NULL, BUSY_OFF); in rcv_sync()
/dragonfly/contrib/nvi2/ex/
HDex_global.c239 search_busy(sp, BUSY_OFF); in ex_g_setup()
HDex_write.c363 gp->scr_busy(sp, NULL, BUSY_OFF); in ex_writefp()
HDex_read.c354 gp->scr_busy(sp, NULL, BUSY_OFF); in ex_readfp()
/dragonfly/contrib/nvi2/vi/
HDvs_msg.c99 case BUSY_OFF: in vs_busy()