Searched refs:REVERSE (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | tail.c | 116 #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 D | find.c | 131 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 D | inflate.c | 468 #define REVERSE(q) \ macro 763 strm->adler = state->check = REVERSE(hold); 1091 REVERSE(hold)) != state->check) {
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 2687 #define REVERSE(q) \ macro 2982 strm->adler = state->check = REVERSE(hold); 3310 REVERSE(hold)) != state->check) {
|
Completed in 60 milliseconds