Lines Matching refs:NameBuff
787 copy_option_part(&p, NameBuff, MAXPATHL, ","); in fix_help_buffer()
791 fullpathcmp(rt, NameBuff, FALSE, TRUE) != FPC_SAME) in fix_help_buffer()
802 add_pathsep(NameBuff); in fix_help_buffer()
804 STRCAT(NameBuff, "doc/*.??[tx]"); in fix_help_buffer()
806 STRCAT(NameBuff, "doc/*.txt"); in fix_help_buffer()
808 if (gen_expand_wildcards(1, &NameBuff, &fcount, in fix_help_buffer()
978 STRCPY(NameBuff, dir); in helptags_one()
979 STRCAT(NameBuff, "/**/*"); in helptags_one()
980 STRCAT(NameBuff, ext); in helptags_one()
981 if (gen_expand_wildcards(1, &NameBuff, &filecount, &files, in helptags_one()
986 semsg(_("E151: No match: %s"), NameBuff); in helptags_one()
992 STRCPY(NameBuff, dir); in helptags_one()
993 add_pathsep(NameBuff); in helptags_one()
994 STRCAT(NameBuff, tagfname); in helptags_one()
995 fd_tags = mch_fopen((char *)NameBuff, "w"); in helptags_one()
999 semsg(_("E152: Cannot open %s for writing"), NameBuff); in helptags_one()
1139 vim_snprintf((char *)NameBuff, MAXPATHL, in helptags_one()
1142 emsg((char *)NameBuff); in helptags_one()
1201 STRCPY(NameBuff, dirname); in do_helptags()
1202 add_pathsep(NameBuff); in do_helptags()
1203 STRCAT(NameBuff, "**"); in do_helptags()
1204 if (gen_expand_wildcards(1, &NameBuff, &filecount, &files, in do_helptags()
1208 semsg(_("E151: No match: %s"), NameBuff); in do_helptags()