Searched refs:filecount (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | help.c | 963 int filecount; in helptags_one() local 981 if (gen_expand_wildcards(1, &NameBuff, &filecount, &files, in helptags_one() 983 || filecount == 0) in helptags_one() 1000 FreeWild(filecount, files); in helptags_one() 1027 for (fi = 0; fi < filecount && !got_int; ++fi) in helptags_one() 1121 FreeWild(filecount, files); in helptags_one() 1197 int filecount; in do_helptags() local 1204 if (gen_expand_wildcards(1, &NameBuff, &filecount, &files, in do_helptags() 1206 || filecount == 0) in do_helptags() 1215 for (i = 0; i < filecount; ++i) in do_helptags() [all …]
|