Home
last modified time | relevance | path

Searched refs:bgcol (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dhardcopy.pro18 void mch_print_set_bg(long_u bgcol);
H A Dos_mswin.pro37 void mch_print_set_bg(long_u bgcol);
/vim-8.2.3635/src/
H A Dos_mswin.c1656 mch_print_set_bg(long_u bgcol) in mch_print_set_bg() argument
1659 swap_me((COLORREF)bgcol))); in mch_print_set_bg()
1664 if (bgcol == 0xffffffUL) in mch_print_set_bg()
H A Dhardcopy.c3455 mch_print_set_bg(long_u bgcol) in mch_print_set_bg() argument
3457 prt_bgcol = (int)bgcol; in mch_print_set_bg()