Home
last modified time | relevance | path

Searched refs:p_pmcs (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dhardcopy.c2381 if (!(props & ENC_8BIT) && ((*p_pmcs != NUL) || !(props & ENC_UNICODE))) in mch_print_init()
2395 if (prt_match_charset((char *)p_pmcs, &prt_ps_mbfonts[cmap], in mch_print_init()
2435 if (*p_pmcs == NUL) in mch_print_init()
2440 vim_strncpy((char_u *)prt_cmap, p_pmcs, sizeof(prt_cmap) - 3); in mch_print_init()
H A Doption.h610 EXTERN char_u *p_pmcs; // 'printmbcharset' variable
H A Doptiondefs.h1988 (char_u *)&p_pmcs, PV_NONE,