Searched refs:mbfont_opts (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dhardcopy.c114 static option_table_T mbfont_opts[OPT_MBFONT_NUM_OPTIONS] = variable
173 return parse_list_options(p_pmfn, mbfont_opts, OPT_MBFONT_NUM_OPTIONS);
2571 if (!mbfont_opts[OPT_MBFONT_REGULAR].present)
2579 mbfont_opts[OPT_MBFONT_REGULAR].string,
2580 mbfont_opts[OPT_MBFONT_REGULAR].strlen))
2582 if (mbfont_opts[OPT_MBFONT_BOLD].present)
2584 mbfont_opts[OPT_MBFONT_BOLD].string,
2585 mbfont_opts[OPT_MBFONT_BOLD].strlen))
2587 if (mbfont_opts[OPT_MBFONT_OBLIQUE].present)
2589 mbfont_opts[OPT_MBFONT_OBLIQU
[all...]

Completed in 68 milliseconds