Searched refs:AT_STANDOUT (Results 1 – 6 of 6) sorted by relevance
623 case 's': return AT_STANDOUT; in color_from_namechar()684 case AT_STANDOUT: in opt_D()691 at_enter(AT_STANDOUT); in opt_D()830 int attr = AT_STANDOUT; in opt_rscroll()
127 { AT_STANDOUT, "" },487 if (a & AT_STANDOUT) in attr_swidth()509 if (a & AT_STANDOUT) in attr_ewidth()1912 set_linebuf(i, linebuf.buf[i], AT_STANDOUT|AT_COLOR_PROMPT); in load_line()1975 if (attr & AT_STANDOUT) in color_index()1976 return lookup_color_index(AT_STANDOUT); in color_index()
707 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in error()739 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in ierror_suffix()
125 public int binattr = AT_STANDOUT|AT_COLOR_BIN;392 case 's': *attrptr = AT_STANDOUT; break; in setfmt()
2429 at_enter(AT_STANDOUT); in create_flash()2434 at_enter(AT_STANDOUT); in create_flash()3013 tput_inmode(sc_s_in, attr, AT_STANDOUT, putchr); in at_enter()3020 } else if (attr & AT_STANDOUT) in at_enter()3042 tput_outmode(sc_s_out, AT_STANDOUT, putchr); in at_exit()3078 attr |= AT_STANDOUT; in apply_at_specials()
436 #define AT_STANDOUT (1 << 3) macro