Home
last modified time | relevance | path

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

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