Home
last modified time | relevance | path

Searched defs:BOTH (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/usr.bin/w/
H A Dproc_compare.c62 #define BOTH 3 macro
/freebsd-src/sys/kern/
H A Dtty_info.c84 #define BOTH 3 macro
/freebsd-src/usr.bin/limits/
H A Dlimits.c279 enum { ANY=0, SOFT=1, HARD=2, BOTH=3, DISPLAYONLY=4 } type = ANY; main() enumerator
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp60 enum FilesPresent { A, B, BOTH }; enumerator
/freebsd-src/usr.bin/dtc/
H A Dfdt.hh728 BOTH enumerator
/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c63 BOTH enumerator
/freebsd-src/bin/ps/
H A Dps.c178 enum { NONE = 0, UP = 1, DOWN = 2, BOTH = 1 | 2 } directions = NONE; main() enumerator