Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dhardcopy.pro19 void mch_print_set_fg(long_u fgcol);
H A Dos_mswin.pro38 void mch_print_set_fg(long_u fgcol);
/vim-8.2.3635/src/
H A Dhardcopy.c3463 mch_print_set_fg(long_u fgcol) in mch_print_set_fg() argument
3465 if (fgcol != (long_u)prt_fgcol) in mch_print_set_fg()
3467 prt_fgcol = (int)fgcol; in mch_print_set_fg()
H A Dos_mswin.c1671 mch_print_set_fg(long_u fgcol) in mch_print_set_fg() argument
1674 swap_me((COLORREF)fgcol))); in mch_print_set_fg()