Data Fields | |
char * | str |
enum glob_pattern_type | type |
struct glob_pattern * | next |
Definition at line 1141 of file dir.c.
struct glob_pattern* glob_pattern::next |
Definition at line 1144 of file dir.c.
Referenced by glob_free_pattern(), glob_helper(), and glob_make_pattern().
char* glob_pattern::str |
Definition at line 1142 of file dir.c.
Referenced by glob_free_pattern(), glob_helper(), and glob_make_pattern().
Definition at line 1143 of file dir.c.
Referenced by glob_helper(), and glob_make_pattern().