Home
last modified time | relevance | path

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

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