Searched defs:mpnext (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dsubshell.c248 Namval_t *mpnext; local
280 mpnext = dtnext(root,&fake);
282 while(mp=mpnext)
285 mpnext = dtnext(root,mp);
316 Namval_t *mpnext; local
367 for(mp=lp->child; mp; mp=mpnext)
369 mpnext = *((Namval_t**)mp);

Completed in 14 milliseconds