Home
last modified time | relevance | path

Searched full:reverse (Results 1 – 25 of 1961) sorted by relevance

12345678910>>...79

/freebsd/lib/libvgl/
H A Dsimple.c188 int sign_x, sign_y, step, reverse, i; in VGLLine() local
202 reverse = 1; in VGLLine()
204 reverse = 0; in VGLLine()
225 plot(object, x, y, reverse, color); in VGLLine()
229 plot(object, x1, y1, reverse, color); /* plot first two points */ in VGLLine()
241 plot(object, x, y, reverse, color); in VGLLine()
242 plot(object, ++x, y, reverse, color); in VGLLine()
244 plot(object, x1, y1, reverse, color); in VGLLine()
245 plot(object, --x1, y1, reverse, color); in VGLLine()
250 plot(object, x, y, reverse, color); in VGLLine()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dptrmove.c45 static void reverse(void **, unsigned int, unsigned int);
62 reverse(array, to, start-1); in __m_ptr_move()
63 reverse(array, start, finish); in __m_ptr_move()
64 reverse(array, to, finish); in __m_ptr_move()
66 reverse(array, start, finish); in __m_ptr_move()
67 reverse(array, finish+1, to-1); in __m_ptr_move()
68 reverse(array, start, to-1); in __m_ptr_move()
77 * Reverse range a..b inclusive.
80 reverse(void **ptr, unsigned int a, unsigned int b) in reverse() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dptrmove.c42 static void reverse(void **, int, int);
66 reverse(array, to, start-1);
67 reverse(array, start, finish);
68 reverse(array, to, finish);
70 reverse(array, start, finish);
71 reverse(array, finish+1, to-1);
72 reverse(array, start, to-1);
81 * Reverse range a..b inclusive.
84 reverse(ptr, a, b) in reverse() function
/illumos-gate/usr/src/man/man1/
H A Dcol.149 col \- reverse line-feeds filter
60 output. It performs the line overlays implied by reverse line-feeds, and by
61 forward and reverse half-line-feeds. Unless \fB-x\fR is used, all blank
76 carriage-return and newline characters, \fBSI,\fR \fBSO,\fR \fBVT,\fR reverse
77 line-feed, forward half-line-feed and reverse half-line-feed. The \fBVT\fR
78 character is an alternative form of full reverse line-feed, included for
94 reverse line-feed ESC\(mi7
95 reverse half-line-feed ESC\(mi8
125 reverse line motion.
137 reverse line motions. The use of this option is highly discouraged unless the
H A Dpostreverse.18 postreverse \- reverse the page order in a PostScript file
32 also reverse properly, provided the prologue and trailer sections can be
64 Do not reverse the pages in \fBfile\fR.
72 o select pages 1 to 100 from \fBfile\fR and reverse the pages:
84 To print four logical pages on each physical page and reverse all the pages:
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c43 * defined in *colorfile. Two named colors implies reverse video printing
46 * white on black for reverse video.
53 * that was requested when setcolor set things up for reverse video mode.
57 * won't always produce correct result in reverse video mode.
66 * remain constant throughout a job, unless special features, like reverse
77 * x X SetColor:color1 on color2 reverse video
78 * x X SetColor:color1 color2 reverse video again
86 * is black, while for reverse video it's white text on a black background.
93 * To get reverse video printing follow the "x X SetColor:" command with two or
97 * Each reverse video mode request selects the vertical extent of the background
[all …]
/freebsd/usr.bin/col/
H A Dcol.136 .Nd filter reverse line feeds from input
44 utility filters out reverse (and half reverse) line feeds so that the output is
91 reverse line feed (escape then bell).
93 reverse line feed (escape then 7).
95 half reverse line feed (escape then backspace).
97 half reverse line feed (escape then 8).
120 reverse line feed (11)
/freebsd/usr.bin/bluetooth/bthost/
H A Dbthost.c80 int reverse; in hostmode() local
83 reverse = 1; in hostmode()
87 reverse = 0; in hostmode()
92 herror(reverse? bt_ntoa(&ba, bastr) : arg); in hostmode()
97 printf("%s", reverse? he->h_name : in hostmode()
101 reverse? bt_ntoa(&ba, bastr) : arg, in hostmode()
102 reverse? "name" : "address", in hostmode()
103 reverse? he->h_name : in hostmode()
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dattributes4 # set reverse and bold
5 call OK attr_set ($BOLD | $REVERSE) 2
7 call3 OK ($ACS_IS_WACS | $BOLD | $REVERSE) 2 attr_get
8 # turn off reverse
9 call OK attr_off $REVERSE
/freebsd/contrib/bmake/unit-tests/
H A Dchar-005c-reverse-solidus.exp1 make: char-005c-reverse-solidus.mk:57: Unclosed expression, expecting "}" for modifier "Mx\}"
3 make: char-005c-reverse-solidus.mk:64: Unclosed expression, expecting "}" for modifier "Mx\\}"
5 make: char-005c-reverse-solidus.mk:71: Unclosed expression, expecting "}" for modifier "Mx\\\\\\\\}"
7 make: char-005c-reverse-solidus.mk:100: Unfinished backslash at the end in pattern "\" of modifier …
9 make: char-005c-reverse-solidus.mk:111: Unclosed expression, expecting "}" for modifier "M${:U\\\\}…
/freebsd/usr.bin/tail/tests/
H A Dtail_test.sh30 atf_set "descr" "Reverse an empty file"
44 atf_set "descr" "Reverse a file"
67 atf_set "descr" "Reverse the last two lines of a file"
91 atf_set "descr" "Reverse a pipe whose first character is a newline"
110 atf_set "descr" "Reverse a file and display the last 28 characters"
132 atf_set "descr" "Reverse a file and display the last 28 characters"
154 atf_set "descr" "Reverse a long file"
169 atf_set "descr" "Reverse a file that's too long to store in RAM"
173 # When we reverse a file that's too long for RAM, tail should drop the
195 atf_set "descr" "Reverse a long file with extremely long lines"
[all …]
/freebsd/usr.bin/tail/
H A Dreverse.c58 * reverse -- display input in reverse order by line.
76 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse() function
78 if (style != REVERSE && off == 0) in reverse()
93 case REVERSE: in reverse()
102 * r_reg -- display a regular file in reverse order by line.
155 if (off == 0 && style != REVERSE) { in r_reg()
177 * r_buf -- display a non-regular file in reverse order by line.
180 * doubly linked list of buffers and then displays them in reverse order.
235 * Now print the lines in reverse order in r_buf()
/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c52 * reverse -- display input in reverse order by line.
70 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse() function
72 if (style != REVERSE && off == 0) in reverse()
87 case REVERSE: in reverse()
96 * r_reg -- display a regular file in reverse order by line.
148 if (off == 0 && style != REVERSE) { in r_reg()
170 * r_buf -- display a non-regular file in reverse order by line.
173 * doubly linked list of buffers and then displays them in reverse order.
242 * Step through the blocks in the reverse order read. The last char in r_buf()
/freebsd/libexec/revnetgroup/
H A Drevnetgroup.836 .Nd "generate reverse netgroup data"
47 .Pa reverse netgroup
51 group, the reverse netgroup format specifies what groups are associated
59 These reverse netgroup maps are used to help speed up
72 By contrast, the reverse
81 By constructing these reverse netgroup databases (and the corresponding
/freebsd/share/man/man4/
H A Dscreen.4121 SD E[nT Scroll display n lines down (reverse) sr/SR
129 n= 7 reverse
133 n= 27 remove reverse
163 -- E[5;nx Set normal ANSI reverse background --
166 -- E[6;nx Set normal ANSI reverse foreground --
178 -- E[7;nx Set normal reverse video attribute --
221 -- E[=nH Set normal reverse foreground color --
224 -- E[=nI Set normal reverse background color --
/freebsd/usr.bin/patch/
H A Dpatch.c80 bool reverse = false; variable
243 * the hunk if they opt to reverse it, but we want to make sure in main()
312 reverse = !reverse; in main()
320 reverse = !reverse; in main()
325 reverse = !reverse; in main()
331 reverse ? "R" : "Unr", in main()
332 reverse ? "Assuming" : "Ignoring"); in main()
335 reverse ? "R" : "Unr", in main()
336 reverse ? "Assume" : "Ignore"); in main()
344 reverse = !reverse; in main()
[all …]
/freebsd/usr.sbin/bsdconfig/startup/
H A Dmisc310 ?" [X] "*) toggled=1 reverse=NO ;;
311 *) toggled= reverse=YES
318 'f_sysrc_set apm_enable "%s"' "$reverse" ;;
321 'f_sysrc_set named_enable "%s"' "$reverse" ;;
324 'f_sysrc_set accounting_enable "%s"' "$reverse" ;;
327 'f_sysrc_set lpd_enable "%s"' "$reverse" ;;
331 'f_sysrc_set nis_client_enable "%s"' "$reverse"
333 [ "$reverse" = "NO" ] || f_eval_catch -dk err "$0" \
338 'f_sysrc_set nis_server_enable "%s"' "$reverse"
340 [ "$reverse" = "NO" ] || f_eval_catch -dk err "$0" \
/freebsd/tests/sys/cddl/zfs/tests/cli_user/zfs_list/
H A Dzfs_list.kshlib73 # A function that verifies reverse sort order. It takes as input
86 log_note "Checking reverse sort by '$name'," \
87 "expecting the reverse of '$list'"
100 "the reverse of '$EXPECTED'"
101 log_fail "ERROR: Reverse sort by '$name' fails."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list.kshlib77 # A function that verifies reverse sort order. It takes as input
90 log_note "Checking reverse sort by '$name'," \
91 "expecting the reverse of '$list'"
104 "the reverse of '$EXPECTED'"
105 log_fail "ERROR: Reverse sort by '$name' fails."
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp95 /// - It maintains a reverse importer for use with names. This allows lookup of
102 ASTImporter Reverse; member in __anonb979a45e0111::LazyASTImporter
121 Reverse(S.getASTContext(), S.getFileManager(), ToContext, ToFileManager, in LazyASTImporter()
241 ASTImporter &GetReverse() { return Reverse; } in GetReverse()
288 ASTImporter &Reverse = in ForEachMatchingDC() local
290 if (auto SourceDC = LookupSameContext(SourceTU, DC, Reverse)) { in ForEachMatchingDC()
292 if (Callback(*Importer, Reverse, SourceDC)) in ForEachMatchingDC()
307 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType()
325 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() argument
346 [&](ASTImporter &Forward, ASTImporter &Reverse, in CanComplete() argument
[all …]
/freebsd/contrib/unbound/smallapp/
H A Dunbound-host.c91 printf(" If an ip-address is given a reverse lookup is done.\n"); in usage()
117 /** determine if str is ip4 and put into reverse lookup format */
134 /** determine if str is ip6 and put into reverse lookup format */
166 massage_qname(const char* nm, int* reverse) in massage_qname() argument
168 /* recognise IP4 and IP6, create reverse addresses if needed */ in massage_qname()
171 *reverse = 1; in massage_qname()
173 *reverse = 1; in massage_qname()
186 massage_type(const char* t, int reverse, int* multi) in massage_type() argument
197 if(!t && reverse) in massage_type()
391 int reverse = 0; /* we are doing a reverse lookup */ in lookup() local
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list.kshlib78 # A function that verifies reverse sort order. It takes as input
91 log_note "Checking reverse sort by '$name'," \
92 "expecting the reverse of '$list'"
105 "the reverse of '$EXPECTED'"
106 log_fail "ERROR: Reverse sort by '$name' fails."
/freebsd/sbin/bectl/
H A Dbectl_list.c321 prop_list_sort(nvlist_t *props, char *property, bool reverse) in prop_list_sort() argument
356 if ((lval < rval && reverse) || in prop_list_sort()
357 (lval > rval && !reverse)) in prop_list_sort()
364 if ((strcmp(sc_prev.val, sc_next.val) < 0 && reverse) || in prop_list_sort()
365 (strcmp(sc_prev.val, sc_next.val) > 0 && !reverse)) in prop_list_sort()
393 bool reverse; in bectl_cmd_list() local
399 reverse = false; in bectl_cmd_list()
418 reverse = false; in bectl_cmd_list()
424 reverse = true; in bectl_cmd_list()
454 prop_list_sort(props, column, reverse); in bectl_cmd_list()
/illumos-gate/usr/src/tools/smatch/src/
H A Dflowgraph.c51 printf("%s's reverse postorder:\n", show_ident(ep->name->ident)); in debug_postorder()
58 // cfg_postorder - Set the BB's reverse postorder links
61 // (which will do the reverse part).
72 // Reuse ep->bbs for the reverse postorder. in cfg_postorder()
126 // First calculate the (reverse) postorder. in domtree_build()
128 // - the links to do a reverse postorder traversal in domtree_build()
/freebsd/contrib/sendmail/libsm/
H A Dstrrevcmp.c29 ** strcasecmp(reverse(s1), reverse(s2))
71 ** strcmp(reverse(s1), reverse(s2))

12345678910>>...79