/src/share/terminfo/ |
terminfo | 379 rmso=\E[m, smso=\E[7m, 429 sgr0=\E[0;10m, smpch=\E[11m, smso=\E[7m, smul=\E[4m, 448 sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 573 smso=\E[7m, smul=\E[4m, 802 smso=\EyQ, smul=\EyH, use=at-m, 843 rs2=\Ev\Eq\Ee, sc=\Ej, sgr0=\Eq, smso=\Ep, 874 smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 891 smcup=\Ev\Ee\Ez_, smso=\Ep, smul=\EyH, 910 smso=\Ep, smul=\EyH, 919 kcuf1=\EC, kcuu1=\EA, ri=\EI, rmso=\Eq, sgr0=\Eq, smso=\Ep [all...] |
/src/usr.sbin/makemandb/ |
apropos-utils.c | 1077 const char *bold, *sgr0, *smso, *rmso, *smul, *rmul; local in function:term_init 1081 smso = rmso = smul = rmul = ""; 1087 smso = ti_getstr(ti, "smso"); 1089 if (smso == NULL || 1091 smso = rmso = ""; 1094 smso = rmso = ""; 1101 sa[0] = term_fix_seq(ti, bold ? bold : smso);
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
ltmain.sh | 505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|