Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dexpand.c203 for(ap= (struct argnod*)gp->gl_list; ap; ap = ap->argnxt.ap) in path_expand()
209 if(gp->gl_list) in path_expand()
210 *arghead = (struct argnod*)gp->gl_list; in path_expand()
/titanic_41/usr/src/lib/libast/common/include/
H A Dglob.h56 globlist_t* gl_list; member
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h65 globlist_t* gl_list; member
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h65 globlist_t* gl_list; member
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dglob.h65 globlist_t* gl_list; member
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h65 globlist_t* gl_list; member
/titanic_41/usr/src/lib/libast/common/misc/
H A Dglob.c761 gp->gl_list = gp->gl_match; in glob()