Searched refs:globlist_t (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libast/common/include/
H A Dglob.h41 typedef struct _globlist_ globlist_t; typedef in typeref:struct:_globlist_
45 globlist_t* gl_next;
56 globlist_t* gl_list;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h50 typedef struct _globlist_ globlist_t; typedef in typeref:struct:_globlist_
54 globlist_t* gl_next;
65 globlist_t* gl_list;
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dglob.h50 typedef struct _globlist_ globlist_t; typedef in typeref:struct:_globlist_
54 globlist_t* gl_next;
65 globlist_t* gl_list;
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h50 typedef struct _globlist_ globlist_t; typedef in typeref:struct:_globlist_
54 globlist_t* gl_next;
65 globlist_t* gl_list;
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h50 typedef struct _globlist_ globlist_t; typedef in typeref:struct:_globlist_
54 globlist_t* gl_next;
65 globlist_t* gl_list;
/osnet-11/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; \
230 register globlist_t* ap;
256 ap = (globlist_t*)stakfreeze(0);
273 ap = (globlist_t*)stakfreeze(1);
290 glob_dir(glob_t* gp, globlist_t* ap, int re_flags)
575 register globlist_t* ap;
577 globlist_t* top;
741 top = ap = (globlist_t*)stakallo
[all...]

Completed in 19 milliseconds