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

/ast/src/lib/libcmd/
H A Dtail.c116 #define REVERSE (1<<8) macro
316 op = (flags & REVERSE) ? sftmp(4*SF_BUFSIZE) : sfstdout;
318 if (flags & REVERSE)
508 flags |= REVERSE;
558 flags |= REVERSE;
589 if (flags & REVERSE)
751 if (flags & REVERSE)
761 if (flags & REVERSE)
771 op = (flags & REVERSE) ? sftmp(4*SF_BUFSIZE) : sfstdout;
773 if (flags & REVERSE)
[all...]
/ast/src/cmd/tw/
H A Dfind.c131 CHECK, SILENT, IGNORE, SORT, REVERSE, FSTYPE, META, enumerator in enum:Command
461 "reverse", REVERSE, Unary, 0, 0, 0,
1022 case REVERSE:
/ast/src/lib/libz/
H A Dinflate.c468 #define REVERSE(q) \ macro
763 strm->adler = state->check = REVERSE(hold);
1091 REVERSE(hold)) != state->check) {
/ast/src/cmd/INIT/
H A Dratz.c2687 #define REVERSE(q) \ macro
2982 strm->adler = state->check = REVERSE(hold);
3310 REVERSE(hold)) != state->check) {

Completed in 60 milliseconds