Home
last modified time | relevance | path

Searched refs:NUM_UNDER (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_increment.c194 nret = NUM_UNDER; in v_increment()
213 nret = NUM_UNDER; in v_increment()
256 case NUM_UNDER: in inc_err()
/freebsd/contrib/nvi/common/
H A Dutil.h40 enum nresult { NUM_ERR, NUM_OK, NUM_OVER, NUM_UNDER }; enumerator
48 NNFITS(LONG_MIN, (v1), (v2))) ? NUM_UNDER : NUM_OK : \
H A Dutil.c295 return (NUM_UNDER);
H A Doptions.c640 case NUM_UNDER: in opts_set()
/freebsd/contrib/nvi/ex/
H A Dex_subst.c412 else if (nret == NUM_UNDER) in s()
H A Dex.c2306 case NUM_UNDER: in ex_badaddr()