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

/macosx-10.10/text_cmds-88/tail/
H A Dextern.h61 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; enumerator in enum:STYLE
H A Dreverse.c85 if (style != REVERSE && off == 0)
100 case REVERSE:
161 if (off == 0 && style != REVERSE) {
H A Dtail.c169 style = REVERSE;
/macosx-10.10/ksh-23/ksh/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...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D80_Tree_Simple_Visitor_Sort_test.t122 $visitor->setSortFunction($visitor->REVERSE);
138 is(ref(Tree::Simple::Visitor::Sort->REVERSE), 'CODE', '... it is a code reference');
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DSort.pm28 sub REVERSE { sub ($$) { $_[1]->getNodeValue() cmp $_[0]->getNodeValue() }}; subroutine
159 A sort using the built-in REVERSE sort function would produce the following tree:
202 =item REVERSE
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtridpars.cpp41 static const int32_t REVERSE = UTRANS_REVERSE; variable
102 * @param dir the direction. If the direction is REVERSE then the
186 single = specsToID(specsA, REVERSE);
246 * at the start, if dir is REVERSE. The pattern will be enclosed
252 * if withParens != (dir == REVERSE).
424 if (dir == REVERSE) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dbst.vim35 syn keyword bstCommand READ EXECUTE ITERATE REVERSE SORT
H A Dfocexec.vim52 syn keyword focexecFuse SOUNDEX RJUST REVERSE PARAG OVRLAY LJUST CTRFLD CTRAN
H A Dfgl.vim75 syn keyword fglKeyword RESUME RETURN RETURNED_SQLSTATE RETURNING REVERSE REVOKE RIGHT
H A Dlsl.vim118 \ REMOTE_DATA_CHANNEL REMOTE_DATA_REPLY REMOTE_DATA_REQUEST REVERSE ROTATE SCALE
H A Didlang.vim178 syn keyword idlangRoutine REVERSE REWIND RK4 ROBERTS ROT ROTATE ROUND
H A Dplsql.vim83 syn keyword plsqlKeyword RESULT RETURN REVERSE ROWTYPE SB1 SELF SHORT SIZE_T
H A Dsas.vim187 syn keyword sasFunction RANUNI REPEAT RESOLVE REVERSE REWIND RIGHT
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py59 REVERSE = '' #: Turn on reverse-video mode variable in class:TerminalController
80 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
/macosx-10.10/rsync-45/rsync/zlib/
H A Dinflate.c468 #define REVERSE(q) \ macro
763 strm->adler = state->check = REVERSE(hold);
1091 REVERSE(hold)) != state->check) {
/macosx-10.10/sudo-73/src/zlib/
H A Dinflate.c523 #define REVERSE(q) \ macro
820 strm->adler = state->check = REVERSE(hold);
1192 REVERSE(hold)) != state->check) {
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinflate.c497 #define REVERSE(q) \ macro
792 strm->adler = state->check = REVERSE(hold);
1120 REVERSE(hold)) != state->check) {
/macosx-10.10/zlib-55/zlib/
H A Dinflate.c503 #define REVERSE(q) \ macro
800 strm->adler = state->check = REVERSE(hold);
1173 REVERSE(hold)) != state->check) {
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-recno.t916 REVERSE
924 REVERSE again
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtranstst.cpp1348 const char* REVERSE = "R"; local
1353 "Latin-Hangul", REVERSE, "Hangul-Latin", // JB#912
1357 "InvalidSource-InvalidTarget", REVERSE, "",
1359 "Hex-Any;InvalidSource-InvalidTarget", REVERSE, "",
1361 "InvalidSource-InvalidTarget;Hex-Any", REVERSE, "",
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c2687 #define REVERSE(q) \ macro
2982 strm->adler = state->check = REVERSE(hold);
3310 REVERSE(hold)) != state->check) {
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1558 REVERSE
1566 REVERSE again

Completed in 190 milliseconds