Searched refs:CUT_NUMREQ (Results 1 – 3 of 3) sorted by relevance
96 if (LF_ISSET(CUT_NUMREQ) || (LF_ISSET(CUT_NUMOPT) && in cut()107 } else if (LF_ISSET(CUT_NUMREQ) || (LF_ISSET(CUT_NUMOPT) && in cut()
77 #define CUT_NUMREQ 0x04 /* Numeric buffer: required. */ macro
42 lmode | (F_ISSET(vp, VM_CUTREQ) ? CUT_NUMREQ : CUT_NUMOPT))) in v_delete()