/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 295 ctf_dwarf_error(ctf_cu_t *cup, ctf_file_t *cfp, int err, const char *fmt, ...) in ctf_dwarf_error() argument 300 ssize_t rem = cup->cu_errlen; in ctf_dwarf_error() 307 ret = snprintf(cup->cu_errbuf, rem, "die %s: ", cup->cu_name); in ctf_dwarf_error() 314 ret = vsnprintf(cup->cu_errbuf + off, rem, fmt, ap); in ctf_dwarf_error() 322 (void) snprintf(cup->cu_errbuf + off, rem, in ctf_dwarf_error() 329 cup->cu_errbuf[0] = '\0'; in ctf_dwarf_error() 340 ctf_dwarf_void(ctf_cu_t *cup) in ctf_dwarf_void() argument 342 if (cup->cu_voidtid == CTF_ERR) { in ctf_dwarf_void() 344 cup->cu_voidtid = ctf_add_integer(cup->cu_ctfp, CTF_ADD_ROOT, in ctf_dwarf_void() 346 if (cup->cu_voidtid == CTF_ERR) { in ctf_dwarf_void() [all …]
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | log.c | 238 struct fatal_cleanup **cup, *cu; in fatal_remove_cleanup() local 240 for (cup = &fatal_cleanups; *cup; cup = &cu->next) { in fatal_remove_cleanup() 241 cu = *cup; in fatal_remove_cleanup() 243 *cup = cu->next; in fatal_remove_cleanup()
|
/titanic_50/usr/src/cmd/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 …]
|
/titanic_50/usr/src/cmd/eqn/eqnchar.d/ |
H A D | eqnchar | 83 tdefine cup % \(cu % 84 ndefine cup % U %
|
/titanic_50/usr/src/lib/libshell/common/scripts/ |
H A D | gnaw.sh | 1016 cup="$(infocmp -1 | \ 1024 vtcode[cup_${x}_${y}]="$(printf "${cup}" $((x + 1)) $((y + 1)) )"
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | caps | 146 cursor_address, "cup" "cm" Cursor motion to row #1 col #2 (G) 148 cursor_home, "home" "ho" Home cursor (if no cup) 154 cursor_to_ll, "ll" "ll" Last line, first column (if no cup) 164 enter_ca_mode, "smcup" "ti" String to begin programs that use cup 176 exit_ca_mode, "rmcup" "te" String to end programs that use cup
|
/titanic_50/usr/src/lib/libxcurses2/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
|
/titanic_50/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
|
/titanic_50/usr/src/cmd/units/ |
H A D | unittab | 389 cup 1|2 pt
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 5851 cup
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 5850 cup
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.mf | 177 file path=usr/share/lib/terminfo/a/ansi+cup
|