Home | History | Annotate | Download | only in slave

Lines Matching defs:attrs

247 	attr_t attrs;
253 retval = attr_get(&attrs, &colours, NULL);
257 report_int(attrs);
4502 ARG_INT(attrs);
4507 report_return(setcchar(&wcval, wch, attrs, color_pair, NULL));
4516 attr_t attrs;
4528 report_return(getcchar(wcval, wch, &attrs, &color_pair, NULL));
4530 report_int(attrs);
4876 ARG_INT(attrs);
4879 report_return(slk_attr_off(attrs, NULL));
4896 ARG_INT(attrs);
4899 report_return(slk_attr_on(attrs, NULL));
4916 ARG_INT(attrs);
4920 report_return(slk_attr_set(attrs, color_pair_number, NULL));