Home
last modified time | relevance | path

Searched refs:ISSET3 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Deuc.h43 #define ISSET3(c) (((c) & 0x00ff) == SS3) macro
/titanic_41/usr/src/cmd/fgrep/
H A Dfgrep.c67 (ISSET3(lc) ? WIDTH3 : WIDTH1)); \
495 (ISSET2(c) ? WIDTH2 : (ISSET3(c) ? WIDTH3 : WIDTH1)); in getargc()
509 (ISSET2(c) ? WIDTH2 : (ISSET3(c) ? WIDTH3 : WIDTH1)); in getargc()