Lines Matching refs:p_hlg
1125 free_string_option(p_hlg); in set_helplang_default()
1126 p_hlg = vim_strsave(lang); in set_helplang_default()
1127 if (p_hlg == NULL) in set_helplang_default()
1128 p_hlg = empty_option; in set_helplang_default()
1132 if (STRNICMP(p_hlg, "zh_", 3) == 0 && STRLEN(p_hlg) >= 5) in set_helplang_default()
1134 p_hlg[0] = TOLOWER_ASC(p_hlg[3]); in set_helplang_default()
1135 p_hlg[1] = TOLOWER_ASC(p_hlg[4]); in set_helplang_default()
1138 else if (STRLEN(p_hlg) >= 1 && *p_hlg == 'C') in set_helplang_default()
1140 p_hlg[0] = 'e'; in set_helplang_default()
1141 p_hlg[1] = 'n'; in set_helplang_default()
1143 p_hlg[2] = NUL; in set_helplang_default()