Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/nvi/common/
HDcut.c104 if (LF_ISSET(CUT_NUMREQ) || (LF_ISSET(CUT_NUMOPT) && in cut()
115 } else if (LF_ISSET(CUT_NUMREQ) || (LF_ISSET(CUT_NUMOPT) && in cut()
HDcut.h78 #define CUT_NUMOPT 0x02 /* Numeric buffer: optional. */ macro
/freebsd-11-stable/contrib/nvi/vi/
HDv_delete.c46 lmode | (F_ISSET(vp, VM_CUTREQ) ? CUT_NUMREQ : CUT_NUMOPT))) in v_delete()