/titanic_41/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_41/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_41/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_41/usr/src/cmd/eqn/eqnchar.d/ |
H A D | eqnchar | 83 tdefine cup % \(cu % 84 ndefine cup % U %
|
/titanic_41/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_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_resource.c | 743 struct cache_usage *cup = &cachep->c_usage; in cachefs_garbage_collect() local 782 if ((filelowatmax = ((fsfilcnt64_t)cup->cu_filesused * 7) / 10) < in cachefs_garbage_collect() 785 if ((blocklowatmax = ((fsblkcnt64_t)cup->cu_blksused * 7) / 10) < in cachefs_garbage_collect() 797 while (cup->cu_filesused > filelowat || cup->cu_blksused > blocklowat) { in cachefs_garbage_collect()
|
/titanic_41/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_41/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_41/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_41/usr/src/cmd/units/ |
H A D | unittab | 389 cup 1|2 pt
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 5851 cup
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 5850 cup
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.mf | 177 file path=usr/share/lib/terminfo/a/ansi+cup
|