Home
last modified time | relevance | path

Searched refs:CUT_NUMREQ (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/nvi/dist/common/
Dcut.c105 if (LF_ISSET(CUT_NUMREQ) || (LF_ISSET(CUT_NUMOPT) && in cut()
116 } else if (LF_ISSET(CUT_NUMREQ) || (LF_ISSET(CUT_NUMOPT) && in cut()
Dcut.h79 #define CUT_NUMREQ 0x04 /* Numeric buffer: required. */ macro
/netbsd/src/external/bsd/nvi/dist/vi/
Dv_delete.c52 lmode | (F_ISSET(vp, VM_CUTREQ) ? CUT_NUMREQ : CUT_NUMOPT))) in v_delete()