Searched refs:REVERSE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/tail/
H A Dextern.h62 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; enumerator in enum:STYLE
H A Dreverse.c72 if (style != REVERSE && off == 0)
87 case REVERSE:
148 if (off == 0 && style != REVERSE) {
H A Dtail.c152 style = REVERSE;
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c116 #define REVERSE (1<<8) macro
318 op = (flags & REVERSE) ? sftmp(4*SF_BUFSIZE) : sfstdout;
320 if (flags & REVERSE)
509 flags |= REVERSE;
559 flags |= REVERSE;
590 if (flags & REVERSE)
739 if (flags & REVERSE)
749 if (flags & REVERSE)
759 op = (flags & REVERSE) ? sftmp(4*SF_BUFSIZE) : sfstdout;
761 if (flags & REVERSE)
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c475 #define REVERSE(q) \ macro
777 strm->adler = state->check = REVERSE(hold);
1116 REVERSE(hold)) != state->check) {

Completed in 84 milliseconds