/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 297 #define DWARF_LOCK(cup) \ argument 298 if ((cup)->cu_dwlock != NULL) \ 299 mutex_enter((cup)->cu_dwlock) 300 #define DWARF_UNLOCK(cup) \ argument 301 if ((cup)->cu_dwlock != NULL) \ 302 mutex_exit((cup)->cu_dwlock) 311 ctf_dwarf_error(ctf_cu_t *cup, ctf_file_t *cfp, int err, const char *fmt, ...) in ctf_dwarf_error() argument 316 ssize_t rem = cup->cu_errlen; in ctf_dwarf_error() 323 ret = snprintf(cup->cu_errbuf, rem, "die %s: ", in ctf_dwarf_error() 324 cup->cu_name != NULL ? cup->cu_name : "NULL"); in ctf_dwarf_error() [all …]
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | system.c | 96 cleanup_t *cup = arg; in cleanup() local 98 if (cup->pid != 0) { /* we were cancelled; abandoning our pid */ in cleanup() 101 reapchild, (void *)(uintptr_t)cup->pid, in cleanup() 116 (void) thr_sigsetmask(SIG_SETMASK, &cup->savemask, NULL); in cleanup()
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | terminfo.src | 222 # the inverse sense from the cup string). The typical CPR value is 350 ansi+cup, 351 cup=\E[%i%p1%d;%p2%dH, home=\E[H, 457 cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[1A, 476 ansi-mr|mem rel cup ansi, 485 cols#80, lines#24, use=vanilla, use=ansi+cup, 524 cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 546 cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 602 cols#80, lines#24, use=vanilla, use=ansi+csr, use=ansi+cup, 619 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[k, home=\E[H, [all …]
|
H A D | termcap.src | 222 # the inverse sense from the cup string). The typical CPR value is 348 ansi+cup:\ 456 ansi-mr|mem rel cup ansi:\ 464 :co#80:li#24:tc=vanilla:tc=ansi+cup:tc=ansi+erase: 573 :co#80:li#24:tc=vanilla:tc=ansi+csr:tc=ansi+cup:\ 2689 # a) Fails tack's cup (cursor-addressing) test, though cup works well enough 8043 # This description disables handshaking when using cup. This is because 8962 # for cup: %p1 == row and %p2 is column 8965 # cup=\376G%p2%c%p1%c 12275 # The <nl> string is designed for last line of screen ONLY; cup to [all …]
|
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/ |
H A D | eqnchar | 83 tdefine cup % \(cu % 84 ndefine cup % U %
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_form.c | 82 Dwarf_CU_Context cup; in get_attr_dbg() local 88 cup = attr->ar_cu_context; in get_attr_dbg() 89 if (cup == NULL) { in get_attr_dbg() 94 if (cup->cc_dbg == NULL) { in get_attr_dbg() 98 *cu_context = cup; in get_attr_dbg() 99 *dbg = cup->cc_dbg; in get_attr_dbg()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 144 cursor_address, "cup" "cm" Cursor motion to row #1 col #2 (G) 146 cursor_home, "home" "ho" Home cursor (if no cup) 152 cursor_to_ll, "ll" "ll" Last line, first column (if no cup) 162 enter_ca_mode, "smcup" "ti" String to begin programs that use cup 174 exit_ca_mode, "rmcup" "te" String to end programs that use cup
|
/illumos-gate/usr/src/data/terminfo/extras/ |
H A D | rxvt-unicode.terminfo | 34 cup=\E[%i%p1%d;%p2%dH,
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 149 cursor_address cup cm str Cursor motion to row #1 col #2 (PG) 151 cursor_home home ho str Home cursor (if no cup) 157 cursor_to_ll ll ll str Last line, first column (if no cup) 167 enter_ca_mode smcup ti str String to end programs that use cup 179 exit_ca_mode rmcup te str String to begin programs that use cup
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 151 cursor_address cup cm str Cursor motion to row #1 col #2 (PG) 153 cursor_home home ho str Home cursor (if no cup) 159 cursor_to_ll ll ll str Last line, first column (if no cup) 169 enter_ca_mode smcup ti str String to end programs that use cup 181 exit_ca_mode rmcup te str String to begin programs that use cup
|
/illumos-gate/usr/src/cmd/units/ |
H A D | unittab | 389 cup 1|2 pt
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 5850 cup
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 5851 cup
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.p5m | 251 file path=usr/share/lib/terminfo/a/ansi+cup
|