Home
last modified time | relevance | path

Searched refs: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) in syncase() function
237 r->regnxt = syncase(esym);
284 t->swlst = syncase(wdval == INSYM ? ESSYM : KTSYM);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c62 static struct regnod *syncase(Lex_t*,int);
622 static struct regnod* syncase(Lex_t *lexp,register int esym) in syncase() function
648 r->regnxt=syncase(lexp,esym); in syncase()
652 r->regnxt=syncase(lexp,esym); in syncase()
1169 if(!(t->sw.swlst=syncase(lexp,tok==INSYM?ESACSYM:RBRACE)) && lexp->token==EOFSYM) in item()