Searched refs:allow_dirs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dfileio.pro54 int match_file_pat __ARGS((char_u *pattern, regprog_T *prog, char_u *fname, char_u *sfname, char_u *tail, int allow_dirs));
56 char_u *file_pat_to_reg_pat __ARGS((char_u *pat, char_u *pat_end, char *allow_dirs, int no_bslash));
/macosx-10.10/vim-55/src/
H A Dfileio.c7653 char allow_dirs; /* Pattern may match whole path */ member in struct:AutoPat
8672 &ap->allow_dirs, TRUE);
9271 * "allow_dirs" is set.
9563 apc->sfname, apc->tail, ap->allow_dirs))
9697 fname, sfname, tail, ap->allow_dirs)
9958 match_file_pat(pattern, prog, fname, sfname, tail, allow_dirs)
9964 int allow_dirs; /* allow matching with dir */
10036 && ((allow_dirs
10040 || (!allow_dirs && vim_regexec(&regmatch, tail, (colnr_T)0)))))
10064 char allow_dirs; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c3355 * Note that the allow_dirs argument to hfs_removefile specifies that it is
3696 * lots of EA's -- note the 'allow_dirs' argument.
3713 int flags, int skip_reserve, int allow_dirs,
3790 (allow_dirs == 0)) {
3799 if (allow_dirs == 0)
6529 * for this namespace item. Note also that we pass a '1' in the allow_dirs
3712 hfs_removefile(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, int flags, int skip_reserve, int allow_dirs, __unused struct vnode *rvp, int only_unlink) argument

Completed in 124 milliseconds