Searched refs:prt_fgcol (Results 1 – 1 of 1) sorted by relevance
1363 static int prt_fgcol; variable3176 prt_fgcol = PRCOLOR_BLACK; in mch_print_begin_page()3316 r = ((unsigned)prt_fgcol & 0xff0000) >> 16; in mch_print_text_out()3317 g = ((unsigned)prt_fgcol & 0xff00) >> 8; in mch_print_text_out()3318 b = prt_fgcol & 0xff; in mch_print_text_out()3465 if (fgcol != (long_u)prt_fgcol) in mch_print_set_fg()3467 prt_fgcol = (int)fgcol; in mch_print_set_fg()