Searched refs:the_attr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/dialog/
H A Dutil.c1587 chtype the_attr = (draw ? shadow_attr : the_cell); local
1590 the_attr |= A_ALTCHARSET;
1594 the_attr & (chtype) (~A_COLOR),
1595 (short) PAIR_NUMBER(the_attr),
1599 chtype the_char = ((winch(cellwin) & A_CHARTEXT) | the_attr);

Completed in 36 milliseconds