| /vim-8.2.3635/src/ |
| H A D | cmdexpand.c | 1929 int *num_file, in ExpandFromContext() argument 2017 *num_file = 0; in ExpandFromContext() 2195 int *num_file, in ExpandGeneric() argument 2230 *num_file = 0; in ExpandGeneric() 2255 *num_file = 0; in ExpandGeneric() 2259 *num_file = count; in ExpandGeneric() 2417 *num_file = ga.ga_len; in expand_shellcmd() 2436 int *num_file, in call_user_expand_func() argument 2448 *num_file = 0; in call_user_expand_func() 2486 int *num_file, in ExpandUserDefined() argument [all …]
|
| H A D | os_vms.c | 440 mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags) in mch_expand_wildcards() argument 448 *num_file = 0; // default: no files found in mch_expand_wildcards() 454 *num_file = 0; in mch_expand_wildcards() 505 *num_file = 0; in mch_expand_wildcards() 511 (*file)[*num_file++] = vms_fmatch[i]; in mch_expand_wildcards()
|
| H A D | help.c | 585 cleanup_help_tags(int num_file, char_u **file) in cleanup_help_tags() argument 600 for (i = 0; i < num_file; ++i) in cleanup_help_tags() 609 for (j = 0; j < num_file; ++j) in cleanup_help_tags() 613 if (j == num_file) in cleanup_help_tags() 620 for (i = 0; i < num_file; ++i) in cleanup_help_tags()
|
| H A D | scriptfile.c | 810 int *num_file, in ExpandRTDir() argument 821 *num_file = 0; in ExpandRTDir() 894 *num_file = ga.ga_len; in ExpandRTDir() 905 int *num_file, in ExpandPackAddDir() argument 915 *num_file = 0; in ExpandPackAddDir() 946 *num_file = ga.ga_len; in ExpandPackAddDir()
|
| H A D | os_unix.c | 6543 int *num_file, in mch_expand_wildcards() argument 6574 *num_file = 0; // default: no files found in mch_expand_wildcards() 6582 return save_patterns(num_pat, pat, num_file, file); in mch_expand_wildcards() 6958 *num_file = i; in mch_expand_wildcards() 6971 for (i = 0; i < *num_file; ++i) in mch_expand_wildcards() 7000 for (j = 0, i = 0; i < *num_file; ++i) in mch_expand_wildcards() 7026 *num_file = j; in mch_expand_wildcards() 7028 if (*num_file == 0) // rejected all entries in mch_expand_wildcards() 7038 return save_patterns(num_pat, pat, num_file, file); in mch_expand_wildcards() 7048 int *num_file, in save_patterns() argument [all …]
|
| H A D | filepath.c | 3081 int *num_file, // resulting number of files in expand_wildcards_eval() argument 3102 ret = expand_wildcards(1, &exp_pat, num_file, file, flags); in expand_wildcards_eval() 3861 int *num_file, // resulting number of files in gen_expand_wildcards() argument 3883 return mch_expand_wildcards(num_pat, pat, num_file, file, flags); in gen_expand_wildcards() 3902 return mch_expand_wildcards(num_pat, pat, num_file, file, flags); in gen_expand_wildcards() 3946 i = mch_expand_wildcards(num_pat, pat, num_file, file, in gen_expand_wildcards() 4011 *num_file = ga.ga_len; in gen_expand_wildcards()
|
| H A D | map.c | 1257 int *num_file, in ExpandMappings() argument 1269 *num_file = 0; // return values in case of FAIL in ExpandMappings() 1377 *num_file = count; in ExpandMappings()
|
| H A D | option.c | 6420 int *num_file, in ExpandSettings() argument 6560 *num_file = num_normal; in ExpandSettings() 6562 *num_file = num_term; in ExpandSettings() 6565 *file = ALLOC_MULT(char_u *, *num_file); in ExpandSettings() 6577 ExpandOldSetting(int *num_file, char_u ***file) in ExpandOldSetting() argument 6582 *num_file = 0; in ExpandOldSetting() 6629 *num_file = 1; in ExpandOldSetting()
|
| H A D | tag.c | 3877 int *num_file, in expand_tags() argument 3896 ret = find_tags(pat + 1, num_file, file, in expand_tags() 3900 ret = find_tags(pat, num_file, file, in expand_tags() 3907 for (i = 0; i < *num_file; i++) in expand_tags()
|
| H A D | buffer.c | 2695 int *num_file, in ExpandBufnames() argument 2709 *num_file = 0; // return values in case of FAIL in ExpandBufnames() 2834 *num_file = count; in ExpandBufnames()
|
| /vim-8.2.3635/src/proto/ |
| H A D | scriptfile.pro | 18 int ExpandRTDir(char_u *pat, int flags, int *num_file, char_u ***file, char *dirnames[]); 19 int ExpandPackAddDir(char_u *pat, int *num_file, char_u ***file);
|
| H A D | option.pro | 64 int ExpandSettings(expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file); 65 int ExpandOldSetting(int *num_file, char_u ***file);
|
| H A D | filepath.pro | 52 int expand_wildcards_eval(char_u **pat, int *num_file, char_u ***file, int flags); 56 int gen_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags);
|
| H A D | help.pro | 7 void cleanup_help_tags(int num_file, char_u **file);
|
| H A D | tag.pro | 9 int expand_tags(int tagnames, char_u *pat, int *num_file, char_u ***file);
|
| H A D | os_vms.pro | 11 int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags);
|
| H A D | map.pro | 11 int ExpandMappings(regmatch_T *regmatch, int *num_file, char_u ***file);
|
| H A D | os_unix.pro | 71 int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags);
|
| H A D | buffer.pro | 27 int ExpandBufnames(char_u *pat, int *num_file, char_u ***file, int options);
|