HomeSort by: relevance | last modified time | path
    Searched refs:REVERSE (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/usr.bin/sort/
append.c 81 if (REVERSE) {
sort.h 168 extern int SINGL_FLD, SEP_FLAG, UNIQUE, REVERSE;
sort.c 103 int REVERSE = 0;
188 REVERSE = 1;
221 * Reverse of -s!
msort.c 327 if (REVERSE)
428 if (REVERSE)
init.c 195 if (REVERSE)
390 * The 'R' variants are for reverse sorting.
394 * weight tables, and 0xff for reverse weight tables - and is used
395 * to terminate keys so that short keys sort before (after if reverse)
404 * Global reverse sorts are done by writing the sorted keys in reverse
  /src/usr.bin/tail/
extern.h 38 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE };
41 void reverse(FILE *, enum STYLE, off_t, struct stat *);
reverse.c 1 /* $NetBSD: reverse.c,v 1.25 2026/08/15 14:17:23 riastradh Exp $ */
38 static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93";
40 __RCSID("$NetBSD: reverse.c,v 1.25 2026/08/15 14:17:23 riastradh Exp $");
59 * reverse -- display input in reverse order by line.
77 reverse(FILE *fp, enum STYLE style, off_t off, struct stat *sbp) function
79 if (style != REVERSE && off == 0)
94 case REVERSE:
103 * r_reg -- display a regular file in reverse order by line.
157 * r_buf -- display a non-regular file in reverse order by line
    [all...]
tail.c 84 * number of characters in reverse order. Finally, the default for
158 * If displaying in reverse, don't permit follow option, and convert
177 style = REVERSE;
198 reverse(fp, style, off, &sb);
222 reverse(stdin, style, off, &sb);
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 48 #define REVERSE 301
ldgram.y 135 %token SORT_BY_INIT_PRIORITY REVERSE
458 | REVERSE '(' wildcard_maybe_exclude ')'
479 | REVERSE '(' SORT_BY_NAME '(' wildcard_maybe_exclude ')' ')'
529 | REVERSE '(' SORT_BY_NAME '(' wildcard_maybe_exclude ')' ')'
535 | REVERSE '(' SORT_BY_INIT_PRIORITY '(' wildcard_maybe_exclude ')' ')'
ldlex.l 324 <WILD>"REVERSE" { RTOKEN(REVERSE); }
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 101 REVERSE = 302, /* REVERSE */
246 #define REVERSE 302
ldgram.y 135 %token SORT_BY_INIT_PRIORITY REVERSE
458 | REVERSE '(' wildcard_maybe_exclude ')'
479 | REVERSE '(' SORT_BY_NAME '(' wildcard_maybe_exclude ')' ')'
529 | REVERSE '(' SORT_BY_NAME '(' wildcard_maybe_exclude ')' ')'
535 | REVERSE '(' SORT_BY_INIT_PRIORITY '(' wildcard_maybe_exclude ')' ')'
ldlex.l 324 <WILD>"REVERSE" { RTOKEN(REVERSE); }
  /src/tests/lib/libcurses/tests/
std_defines 27 assign REVERSE 0x00000400
  /src/usr.bin/make/unit-tests/
char-005c-reverse-solidus.mk 1 # $NetBSD: char-005c-reverse-solidus.mk,v 1.2 2025/06/29 11:27:21 rillig Exp $
3 # Tests for the character U+005C "REVERSE SOLIDUS".
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 203 REVERSE = 402,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 207 REVERSE = 402,
conflex.c 1331 return REVERSE;
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 63 REVERSE = '' #: Turn on reverse-video mode
84 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
  /src/external/cddl/osnet/dist/uts/common/zmod/
inflate.c 474 /* Reverse the bytes in a 32-bit value */
475 #define REVERSE(q) \
777 strm->adler = state->check = REVERSE(hold);
1116 REVERSE(hold)) != state->check) {
  /src/external/gpl3/binutils/dist/gprofng/src/
vec.h 56 REVERSE
  /src/external/gpl3/binutils.old/dist/gprofng/src/
vec.h 56 REVERSE
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 737 /* Reverse the bytes in a 32-bit value */
738 #define REVERSE(q) \
1648 strm->adler = state->check = REVERSE(hold);
1976 REVERSE(hold)) != state->check) {
  /src/external/mpl/dhcp/dist/common/
conflex.c 1353 return REVERSE;

Completed in 37 milliseconds

1 2