Searched refs:cup (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsystem.c96 cleanup_t *cup = arg; local
98 if (cup->pid != 0) { /* we were cancelled; abandoning our pid */
101 reapchild, (void *)(uintptr_t)cup->pid,
116 (void) thr_sigsetmask(SIG_SETMASK, &cup->savemask, NULL);
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dgnaw.sh1016 cup="$(infocmp -1 | \
1017 egrep '^[[:space:]]*cup=' | \
1018 sed -e 's/.*cup=//' \
1024 vtcode[cup_${x}_${y}]="$(printf "${cup}" $((x + 1)) $((y + 1)) )"
1032 vtcode[cup_${x}_${y}]="$(tput cup ${y} ${x})"

Completed in 67 milliseconds