Home
last modified time | relevance | path

Searched refs:MOD_ABNORMAL (Results 1 – 5 of 5) sorted by relevance

/dports/misc/mc/mc-4.8.27/src/editor/
H A Deditdraw.c74 #define MOD_ABNORMAL (1 << 8) macro
469 color = (style & MOD_ABNORMAL) != 0 ? 0 : p->style >> 16; in print_to_widget()
525 abn_style = MOD_ABNORMAL; in edit_draw_this_line()
/dports/misc/mc-nox11/mc-4.8.27/src/editor/
H A Deditdraw.c74 #define MOD_ABNORMAL (1 << 8) macro
469 color = (style & MOD_ABNORMAL) != 0 ? 0 : p->style >> 16; in print_to_widget()
525 abn_style = MOD_ABNORMAL; in edit_draw_this_line()
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Deditdraw.c391 if (!(style & (0xFF - MOD_ABNORMAL - MOD_CURSOR))) in print_to_widget()
394 if (style & MOD_ABNORMAL) in print_to_widget()
497 *p |= (256 * MOD_ABNORMAL); in edit_draw_this_line()
H A Dpropfont.c78 if (s.c.style & MOD_ABNORMAL) { in set_style_color()
308 s.c.style = MOD_ABNORMAL; in get_style_fast()
338 s.c.style |= MOD_ABNORMAL; in get_style()
1244 p->c.style |= MOD_ABNORMAL; in convert_text2()
H A Dedit.h204 #define MOD_ABNORMAL (1 << 0) macro