Searched defs:NOTSET (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/ktrace/ |
H A D | ktrace.c | 50 static enum clear { NOTSET, CLEAR, CLEARALL } clear = NOTSET; enumerator
|
/freebsd/usr.bin/tail/ |
H A D | extern.h | 61 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; enumerator
|
/freebsd/bin/stty/ |
H A D | stty.h | 50 enum FMT { NOTSET, GFLAG, BSD, POSIX }; enumerator
|
/freebsd/contrib/nvi/common/ |
H A D | common.h | 64 typedef enum { NOTSET, FORWARD, BACKWARD } dir_t; enumerator
|
/freebsd/contrib/ncurses/progs/ |
H A D | dump_entry.c | 1761 #define NOTSET(s) ((s) == 0) macro
|