Searched refs:BUSY_ON (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.bin/vi/common/
H A Dcommon.h45 typedef enum { BUSY_ON = 1, BUSY_OFF, BUSY_UPDATE } busy_t; enumerator in enum:__anon24
H A Dsearch.c196 btype = BUSY_ON;
315 btype = BUSY_ON;
H A Drecover.c209 "Copying file for recovery...", BUSY_ON);
292 "Copying file for recovery...", BUSY_ON);
/openbsd-current/usr.bin/vi/ex/
H A Dex_global.c193 btype = BUSY_ON;
H A Dex_read.c321 p == NULL ? BUSY_UPDATE : BUSY_ON);
H A Dex_write.c313 BUSY_UPDATE : BUSY_ON);
/openbsd-current/usr.bin/vi/vi/
H A Dvs_msg.c80 case BUSY_ON:

Completed in 144 milliseconds