Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h41 typedef struct _globlist_ globlist_t; typedef
45 globlist_t* gl_next;
56 globlist_t* gl_list;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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; in addmatch()
256 ap = (globlist_t*)stakfreeze(0); in addmatch()
273 ap = (globlist_t*)stakfreeze(1); in addmatch()
290 glob_dir(glob_t* gp, globlist_t* ap, int re_flags) in glob_dir()
582 register globlist_t* ap; in glob()
584 globlist_t* top; in glob()
748 …top = ap = (globlist_t*)stakalloc((optlen ? 2 : 1) * strlen(pattern) + sizeof(globlist_t) + suflen… in glob()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE489 06-07-28 include/glob.h: add gl_extra for user globlist_t expansion
1325 00-02-04 glob: fix globlist_t.gl_flags