Searched refs:vms_fmatch (Results 1 – 1 of 1) sorted by relevance
75 static char_u **vms_fmatch = NULL; variable384 if (NULL == vms_fmatch) { in vms_wproc()385 vms_fmatch = ALLOC_MULT(char_u *, EXPL_ALLOC_INC); in vms_wproc()386 if (!vms_fmatch) in vms_wproc()403 if (0 == STRCMP((char_u *)name,vms_fmatch[i])) in vms_wproc()407 char_u **old_vms_fmatch = vms_fmatch; in vms_wproc()411 vms_fmatch = vim_realloc(old_vms_fmatch, in vms_wproc()413 if (!vms_fmatch) in vms_wproc()485 dir = (mch_isdir(vms_fmatch[i])); in mch_expand_wildcards()511 (*file)[*num_file++] = vms_fmatch[i]; in mch_expand_wildcards()[all …]