Home
last modified time | relevance | path

Searched refs:is_dw_font (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/screen/screen-4.8.0/
H A Dansi.h153 # define is_dw_font(f) ((f) && ((f) & 0x60) == 0) macro
H A Dansi.c345 !is_dw_font(curr->w_rend.font) &&
751 if (is_dw_font(font) && c == ' ')
753 if (is_dw_font(font) || curr->w_mbcs)
H A Dencoding.c1692 if (is_dw_font(f))
H A Dmark.c358 if (is_dw_font(cf))
H A Dwindow.c436 if (is_dw_font(rend->font))
H A Ddisplay.c643 if (is_dw_font(D_rend.font))