Lines Matching refs:semsg
1890 semsg(_(e_font), name); in gui_mch_get_font()
1914 semsg(_(e_fontwidth), name); in gui_mch_get_font()
2065 semsg(_("E250: Fonts for the following charsets are missing in fontset %s:"), name); in gui_mch_get_fontset()
2067 semsg("%s", missing[i]); in gui_mch_get_fontset()
2075 semsg(_(e_fontset), name); in gui_mch_get_fontset()
2107 semsg(_("E252: Fontset name: %s"), base_name); in check_fontset_sanity()
2108 semsg(_("Font '%s' is not fixed-width"), font_name[i]); in check_fontset_sanity()
2127 semsg(_("E253: Fontset name: %s"), base_name); in check_fontset_sanity()
2128 semsg(_("Font0: %s"), font_name[min_font_idx]); in check_fontset_sanity()
2129 semsg(_("Font%d: %s"), i, font_name[i]); in check_fontset_sanity()
2130 semsg(_("Font%d width is not twice that of font0"), i); in check_fontset_sanity()
2131 semsg(_("Font0 width: %d"), in check_fontset_sanity()
2133 semsg(_("Font%d width: %d"), i, (int)xfs[i]->max_bounds.width); in check_fontset_sanity()