Searched refs:NOTSET (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/bin/stty/
H A Dstty.h52 enum FMT { NOTSET, GFLAG, BSD, POSIX }; enumerator in enum:FMT
H A Dstty.c57 fmt = NOTSET;
99 case NOTSET:
/openbsd-current/usr.bin/tail/
H A Dextern.h45 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; enumerator in enum:STYLE
H A Dtail.c99 style = NOTSET;
140 if (style == NOTSET) {
/openbsd-current/usr.bin/vi/ex/
H A Dex_undo.c67 case NOTSET:
H A Dex_tag.c911 if (sp->searchdir == NOTSET)
/openbsd-current/usr.bin/vi/common/
H A Dcommon.h57 typedef enum { NOTSET, FORWARD, BACKWARD } dir_t; enumerator in enum:__anon26
H A Dscreen.c63 sp->searchdir = NOTSET;
77 sp->searchdir = orig->searchdir == NOTSET ? NOTSET : FORWARD;
/openbsd-current/usr.bin/ktrace/
H A Dktrace.c63 enum { NOTSET, CLEAR, CLEARALL } clear; enumerator in enum:__anon41
72 clear = NOTSET;
162 if (clear != NOTSET) {
/openbsd-current/usr.bin/vi/vi/
H A Dv_search.c367 case NOTSET:
/openbsd-current/usr.bin/tic/
H A Ddump_entry.c1763 #define NOTSET(s) ((s) == 0) macro

Completed in 279 milliseconds