Home
last modified time | relevance | path

Searched refs:by (Results 1 – 25 of 2690) sorted by relevance

12345678910>>...108

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps303 key_copy kcpy @5 str Sent by copy key
305 key_end kend @7 str Sent by end key
307 key_exit kext @9 str Sent by exit key
308 key_find kfnd @0 str Sent by find key
309 key_help khlp %1 str Sent by help key
310 key_mark kmrk %2 str Sent by mark key
312 key_move kmov %4 str Sent by move key
314 key_open kopn %6 str Sent by open key
318 key_redo krdo %0 str Sent by redo key
324 key_save ksav &6 str Sent by save key
[all …]
H A Dmvwin.c51 mvwin(w, by, bx) in mvwin() argument
53 int by, bx;
59 __m_trace("mvwin(%p, %d, %d)", w, by, bx);
63 if (by < 0 || bx < 0)
68 if (lines < by + w->_maxy || columns < bx + w->_maxx)
72 if (parent->_begy + parent->_maxy < by + w->_maxy
79 dy = by - parent->_begy;
86 w->_begy = by;
H A Dgetwin.c79 int by, bx, my, mx; local
86 if (fscanf(fp, "MAX=%d,%d BEG=%d,%d ", &my, &mx, &by, &bx) < 4)
92 if ((w = newwin(my, mx, by, bx)) == (WINDOW *) 0)
96 by = fscanf(
101 if (by < 7)
107 by = fscanf( fp, "BG=%hx,%hd,%[^\n] ", &w->_bg._at, &w->_bg._co, mbs);
108 if (by < 3)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps301 key_copy kcpy @5 str Sent by copy key
303 key_end kend @7 str Sent by end key
305 key_exit kext @9 str Sent by exit key
306 key_find kfnd @0 str Sent by find key
307 key_help khlp %1 str Sent by help key
308 key_mark kmrk %2 str Sent by mark key
310 key_move kmov %4 str Sent by move key
312 key_open kopn %6 str Sent by open key
316 key_redo krdo %0 str Sent by redo key
322 key_save ksav &6 str Sent by save key
[all …]
H A Dmvwin.c54 mvwin(WINDOW *w, int by, int bx) in mvwin() argument
60 if (by < 0 || bx < 0) in mvwin()
65 if (lines < by + w->_maxy || columns < bx + w->_maxx) in mvwin()
69 if (parent->_begy + parent->_maxy < by + w->_maxy || in mvwin()
77 dy = by - parent->_begy; in mvwin()
84 w->_begy = (short) by; in mvwin()
H A Dgetwin.c81 int by, bx, my, mx; in getwin() local
84 if (fscanf(fp, "MAX=%d,%d BEG=%d,%d ", &my, &mx, &by, &bx) < 4) in getwin()
90 if ((w = newwin(my, mx, by, bx)) == NULL) in getwin()
94 by = fscanf(fp, in getwin()
98 if (by < 7) in getwin()
104 by = fscanf(fp, "BG=%hx,%hd,%[^\n] ", &w->_bg._at, &w->_bg._co, mbs); in getwin()
105 if (by < 3) in getwin()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dderwin.c55 derwin(WINDOW *orig, int num_lines, int nc, int by, int bx) in derwin() argument
65 if (by < 0 || (by + num_lines) > orig->_maxy || bx < 0 || in derwin()
71 num_lines = orig->_maxy - by; in derwin()
74 if ((win = _makenew(num_lines, nc, by + orig->_begy, in derwin()
82 win->_pary = (short) by; in derwin()
90 int hby = by; in derwin()
100 for (y = 0; y < num_lines; y++, by++) in derwin()
101 w_y[y] = o_y[by] + bx; in derwin()
H A Dmvwin.c48 mvwin(WINDOW *win, int by, int bx) in mvwin() argument
50 if ((by + win->_maxy) > LINES || (bx + win->_maxx) > COLS || in mvwin()
51 by < 0 || bx < 0) in mvwin()
54 win->_begy = (short) by; in mvwin()
/illumos-gate/usr/src/ucblib/libcurses/
H A Dnewwin.c42 int i, by, bx, nl, nc; in newwin() local
45 by = begy; in newwin()
51 nl = LINES - by; in newwin()
54 if ((win = makenew(nl, nc, by, bx)) == NULL) in newwin()
96 int by, bx, nl, nc; in subwin() local
98 by = begy; in subwin()
110 by + nl > orig->_maxy + orig->_begy || in subwin()
114 nl = orig->_maxy + orig->_begy - by; in subwin()
156 int by, bx, nl, nc; in makenew() local
158 by = begy; in makenew()
[all …]
H A Dmvwin.c29 mvwin(WINDOW *win, int by, int bx) in mvwin() argument
34 if (by + win->_maxy > LINES || bx + win->_maxx > COLS) in mvwin()
36 dy = by - win->_begy; in mvwin()
48 if (by < orig->_begy || win->_maxy + dy > orig->_maxy) in mvwin()
52 win->_begy = (short)by; in mvwin()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dnotnull.test37 SELECT * FROM t1 order by a;
44 SELECT * FROM t1 order by a;
51 SELECT * FROM t1 order by a;
58 SELECT * FROM t1 order by a;
65 SELECT * FROM t1 order by a;
72 SELECT * FROM t1 order by a;
79 SELECT * FROM t1 order by a;
86 SELECT * FROM t1 order by a;
93 SELECT * FROM t1 order by a;
100 SELECT * FROM t1 order by a;
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dacinclude.m43 dnl Written by Pavel Roskin. Based on grub_ASM_EXT_C written by
186 dnl Written by OKUJI Yoshinori
204 dnl defined by the compiler.
205 dnl Written by OKUJI Yoshinori
224 dnl Written by Michael Hohmoth.
243 dnl Written by Michael Hohmuth.
261 dnl defined by the compiler.
262 dnl Written by Michael Hohmuth.
281 dnl Written by OKUJI Yoshinori
299 dnl by the compiler.
[all …]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c849 char *by, *data; in dm_inuse() local
949 if (strcmp(by, DM_USE_LU) == 0 || in dm_inuse()
950 strcmp(by, DM_USE_FS) == 0 || in dm_inuse()
965 if (strcmp(by, DM_USE_DUMP) == 0 || in dm_inuse()
966 strcmp(by, DM_USE_FS) == 0 || in dm_inuse()
970 if (strcmp(by, DM_USE_LU) == 0 && in dm_inuse()
992 strcmp(by, DM_USE_FS) == 0 || in dm_inuse()
1005 if (strcmp(by, DM_USE_FS) == 0 || in dm_inuse()
1017 if (strcmp(by, DM_USE_FS) == 0 || in dm_inuse()
1031 if (build_usage_string(dname, by, in dm_inuse()
[all …]
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME19 This is followed by a table of 25 lines (defining the first 25 items
50 two fields (N.B. the comment should be omitted) separated by white space.
55 A string is a sequence of characters, probably surrounded by quotes
64 \ followed by 3 octal digits specifies the ascii character
67 This is followed by a line containing the word "charset", and then by the table of
69 knows by 2-character names, e.g. \(hy and \(ga. The entries in this
74 special character, followed by white space, followed by the width of
75 the character (in ems), followed by white space, followed by the
77 surrounded by quotes. The same escapes hold as for strings above.
/illumos-gate/usr/src/lib/mpapi/libmpapi/
H A DTHIRDPARTYLICENSE15 Code, prior Modifications used by a Contributor, and the
16 Modifications made by that particular Contributor.
26 as the Initial Developer in the Source Code notice required by
50 and apparatus claims, in any patent Licensable by grantor.
77 trademark) Licensable by Initial Developer to use,
110 Modifications made by that Contributor (or portions
224 this License are offered by You alone, not by the Initial
296 which, by their nature, must remain in effect beyond the
298 * *8.2* If You initiate litigation by asserting a patent
322 resolved (such as by license or settlement) prior to the
[all …]
/illumos-gate/usr/src/lib/hbaapi/
H A DTHIRDPARTYLICENSE15 Code, prior Modifications used by a Contributor, and the
16 Modifications made by that particular Contributor.
26 as the Initial Developer in the Source Code notice required by
50 and apparatus claims, in any patent Licensable by grantor.
77 trademark) Licensable by Initial Developer to use,
110 Modifications made by that Contributor (or portions
224 this License are offered by You alone, not by the Initial
296 which, by their nature, must remain in effect beyond the
298 * *8.2* If You initiate litigation by asserting a patent
322 resolved (such as by license or settlement) prior to the
[all …]
/illumos-gate/usr/src/lib/smhba/
H A DTHIRDPARTYLICENSE15 Code, prior Modifications used by a Contributor, and the
16 Modifications made by that particular Contributor.
26 as the Initial Developer in the Source Code notice required by
50 and apparatus claims, in any patent Licensable by grantor.
77 trademark) Licensable by Initial Developer to use,
110 Modifications made by that Contributor (or portions
224 this License are offered by You alone, not by the Initial
296 which, by their nature, must remain in effect beyond the
298 * *8.2* If You initiate litigation by asserting a patent
322 resolved (such as by license or settlement) prior to the
[all …]
/illumos-gate/usr/src/lib/libima/
H A DTHIRDPARTYLICENSE15 Code, prior Modifications used by a Contributor, and the
16 Modifications made by that particular Contributor.
26 as the Initial Developer in the Source Code notice required by
50 and apparatus claims, in any patent Licensable by grantor.
77 trademark) Licensable by Initial Developer to use,
110 Modifications made by that Contributor (or portions
224 this License are offered by You alone, not by the Initial
296 which, by their nature, must remain in effect beyond the
298 * *8.2* If You initiate litigation by asserting a patent
322 resolved (such as by license or settlement) prior to the
[all …]
/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE16 Software, prior Modifications used by a Contributor (if any),
17 and the Modifications made by that particular Contributor.
31 portions thereof with code not governed by the terms of this
73 the direction or management of such entity, whether by
88 trademark) Licensable by Initial Developer, to use,
94 (b) under Patent Claims infringed by the making, using or
106 Software, or (2) for infringements caused by: (i) the
149 Modifications made by that Contributor.
210 this License are offered by You alone, not by the Initial
219 other code not governed by the terms of this License and
[all …]
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.S53 ! misaligned stack. We handle an unmapped stack by simulating
54 ! a pagefault at the trap pc and a misaligned stack by generating
85 ! spill traps increment %cwp by 2,
126 ! We handle it by spilling the window into the user's wbuf.
153 ! We handle it by spilling the window to the wbuf and retrying
189 ! misaligned stack. We handle an unmapped stack by simulating
190 ! a pagefault at the trap pc and a misaligned stack by generating
221 ! spill traps increment %cwp by 2,
319 ! We handle it by spilling the window into the user's wbuf.
346 ! We handle it by spilling the window to the wbuf and retrying
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl16 # fields enclosed by brackets "[]" replaced with your own identifying
32 # All parameters can be tuned for a specific interface by prepending
51 # for subsequent use by the same client. If DHCP is later restarted
84 # (and hence, the chaddr field is used by the DHCP server as the
87 # Note that by default this is treated as an NVT ASCII string. To
109 # ncu ip-reqhost property of nwamcfg(8) or by flagging the interface as
131 # PQDN specified by the -h,--reqhost option of ipadm(8), by the ncu
132 # ip-reqhost property of nwamcfg(8), or by nodename(5). Set and
140 # from a PQDN specified by the -h,--reqhost option of ipadm(8), by the ncu
143 # domain from resolv.conf(5) should be adopted by the DHCP agent to
[all …]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.S52 ! misaligned stack. We handle an unmapped stack by simulating
53 ! a pagefault at the trap pc and a misaligned stack by generating
84 ! spill traps increment %cwp by 2,
124 ! We handle it by spilling the window into the user's wbuf.
151 ! We handle it by spilling the window to the wbuf and retrying
186 ! misaligned stack. We handle an unmapped stack by simulating
187 ! a pagefault at the trap pc and a misaligned stack by generating
218 ! spill traps increment %cwp by 2,
258 ! We handle it by spilling the window into the user's wbuf.
285 ! We handle it by spilling the window to the wbuf and retrying
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A DREADME17 # fields enclosed by brackets "[]" replaced with your own identifying
30 driven by one or more eversholt fault tree (.eft) files.
32 eft.c implements the diagnosis engine entry points expected by
35 specific services it requires are either provided by the fmd interfaces,
36 or by the routines in platform.c in this directory.
39 eversholt compiler. Those files are pulled in by the Makefile
/illumos-gate/usr/src/common/util/
H A DTHIRDPARTYLICENSE.multi316 "Licensor" shall mean the copyright owner or entity authorized by
20 other entities that control, are controlled by, or are under common
23 direction or management of such entity, whether by contract or
28 exercising permissions granted by this License.
40 Object form, made available under the License, as indicated by a
83 by such Contributor that are necessarily infringed by their
147 7. Disclaimer of Warranty. Unless required by applicable law or
177 incurred by, or claims asserted against, such Contributor by reason
252 Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT
256 Developed by:
[all …]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.callg.blurb11 accounted for by this function and its
45 called** the number of times this function is called by
50 total* the number of times this function was called by
65 which is due to being called by this function.
69 time which is due to being called by this
72 called** the number of times this child is called by this
76 total* the number of times this child is called by all
96 by a call count of 0.

12345678910>>...108