Home
last modified time | relevance | path

Searched refs:globlist_t (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libast/common/include/
H A Dglob.h41 typedef struct _globlist_ globlist_t; typedef
45 globlist_t* gl_next;
56 globlist_t* gl_list;
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h50 typedef struct _globlist_ globlist_t; typedef
54 globlist_t* gl_next;
65 globlist_t* gl_list;
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h50 typedef struct _globlist_ globlist_t; typedef
54 globlist_t* gl_next;
65 globlist_t* gl_list;
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h50 typedef struct _globlist_ globlist_t; typedef
54 globlist_t* gl_next;
65 globlist_t* gl_list;
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dglob.h50 typedef struct _globlist_ globlist_t; typedef
54 globlist_t* gl_next;
65 globlist_t* gl_list;
/titanic_50/usr/src/lib/libast/common/misc/
H A Dglob.c46 #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()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE301 06-07-28 include/glob.h: add gl_extra for user globlist_t expansion
1137 00-02-04 glob: fix globlist_t.gl_flags