Lines Matching defs:attr
28 int *attr; /* Parallel to buf, to hold attributes */ member
115 struct color_map { int attr; char color[12]; }; member
263 static void set_linebuf(size_t n, char ch, int attr) in set_linebuf()
281 static void add_linebuf(char ch, int attr, int w) in add_linebuf()
290 static void addstr_linebuf(constant char *s, int attr, int cw) in addstr_linebuf()
299 static void set_pfx(size_t n, char ch, int attr) in set_pfx()
308 static void add_pfx(char ch, int attr) in add_pfx()
879 static int store_tab(int attr, POSITION pos) in store_tab()
1376 int attr = 0; /* {{ ignoring attribute is not correct for magic cookie terminals }} */ in col_vs_pos() local
1432 public void set_status_col(char c, int attr) in set_status_col()
1712 static int lookup_color_index(int attr) in lookup_color_index()
1721 static int color_index(int attr) in color_index()
1739 public int set_color_map(int attr, constant char *colorstr) in set_color_map()
1755 public constant char * get_color_map(int attr) in get_color_map()