/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 20 # fields enclosed by brackets "[]" replaced with your own identifying 29 # Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved. 49 # terminfo-name Name used by TIC or DUMP for terminfo definitions. 68 ceol_standout_glitch xhp xs bool Standout not erased by overwriting (hp) 108 magic_cookie_glitch xmc sg number # of blank chars left by smso or rmso 194 key_backspace kbs kb str Sent by backspace key 195 key_catab ktbc ka str Sent by clear-all-tabs key. 196 key_clear kclr kC str Sent by clear screen or erase key. 197 key_ctab kctab kt str Sent by clear-tab key 198 key_dc kdch1 kD str Sent by delete character key. [all …]
|
H A D | mvwin.c | 54 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 D | getwin.c | 81 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/libxcurses/src/libc/xcurses/ |
H A D | caps | 20 # fields enclosed by brackets "[]" replaced with your own identifying 31 # Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved. 51 # terminfo-name Name used by TIC or DUMP for terminfo definitions. 70 ceol_standout_glitch xhp xs bool Standout not erased by overwriting (hp) 110 magic_cookie_glitch xmc sg number # of blank chars left by smso or rmso 196 key_backspace kbs kb str Sent by backspace key 197 key_catab ktbc ka str Sent by clear-all-tabs key. 198 key_clear kclr kC str Sent by clear screen or erase key. 199 key_ctab kctab kt str Sent by clear-tab key 200 key_dc kdch1 kD str Sent by delete character key. [all …]
|
H A D | mvwin.c | 51 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 D | getwin.c | 79 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/libcurses/screen/ |
H A D | derwin.c | 55 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 D | mvwin.c | 48 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 D | newwin.c | 42 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() 107 fprintf(outf, "SUBWIN(%0.2o, %d, %d, %d, %d)\n", orig, nl, nc, by, bx); in subwin() 109 if (by < orig->_begy || bx < orig->_begx || in subwin() 110 by + nl > orig->_maxy + orig->_begy || in subwin() 114 nl = orig->_maxy + orig->_begy - by; in subwin() [all …]
|
H A D | mvwin.c | 29 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 D | notnull.test | 37 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 D | acinclude.m4 | 3 dnl Written by Pavel Roskin. Based on grub_ASM_EXT_C written by 4 dnl Erich Boleyn and modified by OKUJI Yoshinori 89 dnl major pain, by requiring manual assembly to get 16-bit instructions into 184 dnl grub_CHECK_START_SYMBOL checks if start is automatically defined by 186 dnl Written by OKUJI Yoshinori 189 AC_MSG_CHECKING([if start is defined by the compiler]) 204 dnl defined by the compiler. 205 dnl Written by OKUJI Yoshinori 208 AC_MSG_CHECKING([if _start is defined by the compiler]) 223 dnl automatically defined by the compiler. [all …]
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | entry.c | 64 static int build_usage_string(char *dname, char *by, char *data, char **use, 849 char *by, *data; in dm_inuse() local 936 if (nvpair_value_string(nvwhat, &by)) { in dm_inuse() 949 if (strcmp(by, DM_USE_LU) == 0 || in dm_inuse() 950 strcmp(by, DM_USE_FS) == 0 || in dm_inuse() 951 strcmp(by, DM_USE_EXPORTED_ZPOOL) == 0) { in dm_inuse() 955 by, data, msg, &found, errp) != 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() 967 strcmp(by, DM_USE_EXPORTED_ZPOOL) == 0) { in dm_inuse() [all …]
|
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | README | 19 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/smhba/ |
H A D | THIRDPARTYLICENSE | 15 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 29 portions thereof with code not governed by the terms of this License. 44 which is described in the Source Code notice required by Exhibit A 46 License is not already Covered Code governed by this License. 50 and apparatus claims, in any patent Licensable by grantor. 64 controls, is controlled by, or is under common control with You. 67 entity, whether by contract or otherwise, or (b) ownership of more 77 trademark) Licensable by Initial Developer to use, [all …]
|
/illumos-gate/usr/src/lib/mpapi/libmpapi/ |
H A D | THIRDPARTYLICENSE | 15 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 29 portions thereof with code not governed by the terms of this License. 44 which is described in the Source Code notice required by Exhibit A 46 License is not already Covered Code governed by this License. 50 and apparatus claims, in any patent Licensable by grantor. 64 controls, is controlled by, or is under common control with You. 67 entity, whether by contract or otherwise, or (b) ownership of more 77 trademark) Licensable by Initial Developer to use, [all …]
|
/illumos-gate/usr/src/lib/libima/ |
H A D | THIRDPARTYLICENSE | 15 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 29 portions thereof with code not governed by the terms of this License. 44 which is described in the Source Code notice required by Exhibit A 46 License is not already Covered Code governed by this License. 50 and apparatus claims, in any patent Licensable by grantor. 64 controls, is controlled by, or is under common control with You. 67 entity, whether by contract or otherwise, or (b) ownership of more 77 trademark) Licensable by Initial Developer to use, [all …]
|
/illumos-gate/usr/src/lib/hbaapi/ |
H A D | THIRDPARTYLICENSE | 15 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 29 portions thereof with code not governed by the terms of this License. 44 which is described in the Source Code notice required by Exhibit A 46 License is not already Covered Code governed by this License. 50 and apparatus claims, in any patent Licensable by grantor. 64 controls, is controlled by, or is under common control with You. 67 entity, whether by contract or otherwise, or (b) ownership of more 77 trademark) Licensable by Initial Developer to use, [all …]
|
/illumos-gate/usr/src/ |
H A D | OPENSOLARIS.LICENSE | 16 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 60 process, and apparatus claims, in any patent Licensable by 70 entity which controls, is controlled by, or is under common 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 119 trademark) Licensable by Contributor to use, reproduce, [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | dhcpagent.dfl | 16 # 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 108 # hostname is defined by using the -h,--reqhost option of ipadm(8) or the 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 133 # uncomment the following parameter to indicate a domain name to be used by [all …]
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | wbuf.S | 53 ! 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/uts/sun4u/ml/ |
H A D | wbuf.S | 52 ! 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/common/util/ |
H A D | THIRDPARTYLICENSE.multi3 | 14 and distribution as defined by Sections 1 through 9 of this document. 16 "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 49 separable from, or merely link (or bind by name) to the interfaces of, 55 submitted to Licensor for inclusion in the Work by the copyright owner 56 or by an individual or Legal Entity authorized to submit on behalf of 61 and issue tracking systems that are managed by, or on behalf of, the [all …]
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | README | 17 # 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/lib/fm/libfmd_snmp/mibs/ |
H A D | SUN-FM-MIB.mib | 16 -- fields enclosed by brackets "[]" replaced with your own identifying 82 by the fault manager." 95 by the fault manager." 107 -- by the UUID of the case in which the faulty diagnosis was made. The 119 diagnosed by the fault manager associated with this managed 128 "A problem diagnosed by the fault manager and still 149 recorded by fmd(8) and shown by fmadm(8) or fmdump(8). 159 recorded by fmd(8) and shown by fmadm(8) or fmdump(8)." 168 problem, as recorded by fmd(8) and shown by fmdump(8). The 204 associated with this problem diagnosis, as shown by [all …]
|