/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_evset.c | 46 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 D | yp_b_subr.c | 737 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 D | cmp-ops.c | 31 static int setb(unsigned int x, unsigned int y) in setb() function
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | error.c | 102 (void) setb(1); in exitsh()
|
H A D | xec.c | 250 savefd = setb(-1); 253 (void)setb(savefd);
|
H A D | print.c | 323 setb(int fd) in setb() function
|
H A D | jobs.c | 338 int savefd = setb(2); in freejobs() 349 (void) setb(savefd); in freejobs()
|
/illumos-gate/usr/src/data/terminfo/extras/ |
H A D | rxvt-unicode.terminfo | 174 …setb=%?%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 D | caps | 440 set_background, "setb" "Sb" Set background color using RGB escape
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 442 set_background setb Sb str Set current background color #1
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 444 set_background setb Sb str Set current background color #1
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | terminfo.src | 431 # 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, 722 …setb=\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%… 761 …setb=\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 D | termcap.src | 413 # 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
|