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

/illumos-gate/usr/src/cmd/sh/
H A Dcmd.c43 static struct regnod * syncase();
199 syncase(esym) function
237 r->regnxt = syncase(esym);
284 t->swlst = syncase(wdval == INSYM ? ESSYM : KTSYM);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c58 static struct regnod *syncase(Lex_t*,int);
590 static struct regnod* syncase(Lex_t *lexp,register int esym) function
616 r->regnxt=syncase(lexp,esym);
620 r->regnxt=syncase(lexp,esym);
1066 if(!(t->sw.swlst=syncase(lexp,tok==INSYM?ESACSYM:RBRACE)) && lexp->token==EOFSYM)

Completed in 62 milliseconds