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

/macosx-10.10.1/vim-55/src/
H A Doption.c1365 (char_u *)&p_hlg, PV_NONE,
3945 free_string_option(p_hlg);
3946 p_hlg = vim_strsave(lang);
3947 if (p_hlg == NULL)
3948 p_hlg = empty_option;
3952 if (STRNICMP(p_hlg, "zh_", 3) == 0 && STRLEN(p_hlg) >= 5)
3954 p_hlg[0] = TOLOWER_ASC(p_hlg[3]);
3955 p_hlg[
[all...]
H A Doption.h526 EXTERN char_u *p_hlg; /* 'helplang' */ variable
H A Dtag.c1522 for (s = p_hlg; *s != NUL; ++s)

Completed in 156 milliseconds