Searched refs:GX_MARKDIRS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dglob.h23 #define GX_MARKDIRS 0x01 /* mark directory names with trailing `/' */ macro
H A Dglob.c595 function as side-effecting ARRAY. This should handle GX_MARKDIRS. */
609 if (flags & GX_MARKDIRS)
638 /* 3 == 1 for NUL, 1 for slash at end of DIR, 1 for GX_MARKDIRS */
648 if (flags & GX_MARKDIRS)
727 directories = glob_filename (directory_name, flags & ~GX_MARKDIRS);
759 temp_results = glob_vector (filename, directories[i], flags & ~GX_MARKDIRS);
807 /* Handle GX_MARKDIRS here. */
835 flags & ~GX_MARKDIRS);

Completed in 209 milliseconds