Home
last modified time | relevance | path

Searched defs:NOTSET (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/ktrace/
H A Dktrace.c50 static enum clear { NOTSET, CLEAR, CLEARALL } clear = NOTSET; enumerator
/freebsd/usr.bin/tail/
H A Dextern.h61 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; enumerator
/freebsd/bin/stty/
H A Dstty.h50 enum FMT { NOTSET, GFLAG, BSD, POSIX }; enumerator
/freebsd/contrib/nvi/common/
H A Dcommon.h64 typedef enum { NOTSET, FORWARD, BACKWARD } dir_t; enumerator
/freebsd/contrib/ncurses/progs/
H A Ddump_entry.c1761 #define NOTSET(s) ((s) == 0) macro