Searched refs:globlist_t (Results 1 – 7 of 7) sorted by relevance
41 typedef struct _globlist_ globlist_t; typedef45 globlist_t* gl_next;56 globlist_t* gl_list;
50 typedef struct _globlist_ globlist_t; typedef54 globlist_t* gl_next;65 globlist_t* gl_list;
46 #define MATCHPATH(g) (offsetof(globlist_t,gl_path)+(g)->gl_extra)58 globlist_t* gl_rescan; \59 globlist_t* gl_match; \233 register globlist_t* ap; in addmatch()259 ap = (globlist_t*)stakfreeze(0); in addmatch()276 ap = (globlist_t*)stakfreeze(1); in addmatch()293 glob_dir(glob_t* gp, globlist_t* ap) in glob_dir()569 register globlist_t* ap; in glob()571 globlist_t* top; in glob()732 …top = ap = (globlist_t*)stakalloc((optlen ? 2 : 1) * strlen(pattern) + sizeof(globlist_t) + suflen… in glob()
301 06-07-28 include/glob.h: add gl_extra for user globlist_t expansion1137 00-02-04 glob: fix globlist_t.gl_flags