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

/ast/src/cmd/ksh93/sh/
H A Dstreval.c78 char infun; /* incremented by comma inside function */ member in struct:vars
693 if(vp->infun)
694 vp->infun++;
710 int infun = vp->infun; local
722 vp->infun=1;
732 vp->infun = 0;
743 if(vp->infun != nargs)
750 vp->infun = infun;
[all...]

Completed in 10 milliseconds