HomeSort by: relevance | last modified time | path
    Searched defs:attr_mask (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcurses/
refresh.c 1154 attr_t attr_mask; /* attributes mask */ local in function:makech
1171 attr_mask = WA_ATTRIBUTES;
1173 attr_mask = A_ATTRIBUTES;
1175 battr = win->battr & attr_mask;
1265 ((cp->attr & attr_mask) == battr)) {
refresh.c 1154 attr_t attr_mask; /* attributes mask */ local in function:makech
1171 attr_mask = WA_ATTRIBUTES;
1173 attr_mask = A_ATTRIBUTES;
1175 battr = win->battr & attr_mask;
1265 ((cp->attr & attr_mask) == battr)) {
refresh.c 1154 attr_t attr_mask; /* attributes mask */ local in function:makech
1171 attr_mask = WA_ATTRIBUTES;
1173 attr_mask = A_ATTRIBUTES;
1175 battr = win->battr & attr_mask;
1265 ((cp->attr & attr_mask) == battr)) {

Completed in 33 milliseconds