Searched refs:nextf (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libardir/
H A Dardir.h60 Ardirent_t* (*nextf)(Ardir_t*); member in struct:Ardirmeth_s
H A Dardir.c75 return (ar->meth && ar->meth->nextf) ? (*ar->meth->nextf)(ar) : (Ardirent_t*)0;
/ast/src/cmd/pax/
H A Dpaxlib.h221 int (*nextf)(Pax_t*, Paxarchive_t*, size_t, size_t); member in struct:Pax_s
233 #define paxnext(p,a,c,n) (*(p)->nextf)(p,a,c,n)
H A Dpaxlib.c238 pax->nextf = paxnext;
/ast/src/cmd/ksh93/sh/
H A Dnvtree.c139 if(fp && fp->disc && fp->disc->nextf)
244 dp->nextnode = nfp->disc->nextf;
350 dp->nextnode = nfp->disc->nextf;
/ast/src/cmd/ksh93/include/
H A Dnval.h64 Namval_t *(*nextf)(Namval_t*, Dt_t*, Namfun_t*); member in struct:Namdisc
/ast/src/cmd/kshlib/dss/
H A Ddss.c994 return((*tp->pfun->disc->nextf)(np,root,tp->pfun));

Completed in 16 milliseconds