Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/misc/
H A Dglob.c46 #define MATCHPATH(g) (offsetof(globlist_t,gl_path)+(g)->gl_extra) macro
237 stakseek(MATCHPATH(gp)); in addmatch()
248 if ((*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), 0) != GLOB_DIR) in addmatch()
266 …if (!endslash && (gp->gl_flags & GLOB_MARK) && (type = (*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), … in addmatch()