Home
last modified time | relevance | path

Searched refs:setb (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c46 uint_t setb = 0, clrb = 0; in cmd_evset() local
68 'd', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTODIS, &setb, in cmd_evset()
69 'D', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTODEL, &setb, in cmd_evset()
73 's', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTOSTOP, &setb, in cmd_evset()
74 't', MDB_OPT_SETBITS, MDB_TGT_SPEC_TEMPORARY, &setb, in cmd_evset()
75 'T', MDB_OPT_SETBITS, MDB_TGT_SPEC_STICKY, &setb, in cmd_evset()
92 setb |= MDB_TGT_SPEC_DISABLED; in cmd_evset()
130 if (opt_n == 0 && (setb & MDB_TGT_SPEC_AUTODIS)) in cmd_evset()
131 setb = (setb & ~MDB_TGT_SPEC_AUTODIS) | MDB_TGT_SPEC_DISABLED; in cmd_evset()
148 sp.spec_flags |= setb; in cmd_evset()
[all …]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c737 ypbind_binding setb; local
762 setb.ypbind_nconf = setnc;
763 setb.ypbind_svcaddr = &setua;
764 setb.ypbind_servername = servername;
765 setb.ypbind_hi_vers = YPVERS;
766 setb.ypbind_lo_vers = YPVERS;
767 setd.ypsetdom_bindinfo = &setb;
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dcmp-ops.c31 static int setb(unsigned int x, unsigned int y) in setb() function
/illumos-gate/usr/src/cmd/sh/
H A Derror.c102 (void) setb(1); in exitsh()
H A Dxec.c250 savefd = setb(-1);
253 (void)setb(savefd);
H A Dprint.c323 setb(int fd) in setb() function
H A Djobs.c338 int savefd = setb(2); in freejobs()
349 (void) setb(savefd); in freejobs()
/illumos-gate/usr/src/data/terminfo/extras/
H A Drxvt-unicode.terminfo174setb=%?%p1%{7}%>%t\E[48;5;%p1%dm%e\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p…
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps440 set_background, "setb" "Sb" Set background color using RGB escape
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps442 set_background setb Sb str Set current background color #1
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps444 set_background setb Sb str Set current background color #1
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src431 # setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
704 setb=\Ec%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1%{48}%+%c,
722setb=\Ec%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}%=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%…
761setb=\E[4%p1%'0'%+%Pa%?%ga%'0'%=%t0%e%ga%'1'%=%t4%e%ga%'2'%=%t2%e%ga%'3'%=%t6%e%ga%'4'%=%t1%e%ga%'…
858 setb=\E[%p1%{40}%+%cm, setf=\E[%p1%{30}%+%cm,
917 setab@, setaf@, setb@, setf@, use=linux,
1564 rmso=\E), rmul=\E], rs1=\ER, setb=\E@%p1%Pb%gb%gf%d%d,
1598 rep@, rmcup@, rmso=\E>, setb@, setf@, smcup@, smso=\E<, use=qnx4,
1643 setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
1760 # modified codes for setf/setb to setaf/setab, then to klone+color, corrected
[all …]
H A Dtermcap.src413 # setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
1547 # modified codes for setf/setb to setaf/setab, then to klone+color, corrected
1629 # -- the setf/setb are probably incorrect, more likely setaf/setab -TD
12606 # original terminfo does not toggle red/blue colors as in setb/setf.
14732 # table by setf/setb. All colors are reset to factory specifications by oc.
19345 # * Change klone+color setf/setb to simpler forms that can be
20085 # * remove setf/setb from xterm-256color to match xterm #209 -TD
20104 # strings with SGR 48. The setf/setb strings also are cancelled here