Lines Matching refs:NameBuff
2388 expand_env_esc(val, NameBuff, MAXPATHL, in option_expand()
2394 if (STRCMP(NameBuff, val) == 0) // they are the same in option_expand()
2397 return NameBuff; in option_expand()
4569 len = (int)STRLEN(p->fullname) + vim_strsize(NameBuff) + 1; in showoptions()
4660 msg_outtrans(NameBuff); in showoneopt()
6601 var = NameBuff; in ExpandOldSetting()
6651 STRCPY(NameBuff, get_special_key_name((int)wc, 0)); in option_value2string()
6653 STRCPY(NameBuff, transchar((int)wc)); in option_value2string()
6655 sprintf((char *)NameBuff, "%ld", *(long *)varp); in option_value2string()
6661 NameBuff[0] = NUL; in option_value2string()
6665 STRCPY(NameBuff, "*****"); in option_value2string()
6668 home_replace(NULL, varp, NameBuff, MAXPATHL, FALSE); in option_value2string()
6671 str2specialbuf(p_pt, NameBuff, MAXPATHL); in option_value2string()
6673 vim_strncpy(NameBuff, varp, MAXPATHL - 1); in option_value2string()