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

/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c184 static struct blocked *blist; variable in typeref:struct:blocked
200 for(bp=blist ; bp; bp=bp->next)
211 pp->next = blist;
212 blist = pp;
219 blist = bp = bp->next;

Completed in 27 milliseconds