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

/ast/src/cmd/ksh93/sh/
H A Dparse.c62 static struct regnod *syncase(Lex_t*,int);
614 static struct regnod* syncase(Lex_t *lexp,register int esym) function
640 r->regnxt=syncase(lexp,esym);
644 r->regnxt=syncase(lexp,esym);
1161 if(!(t->sw.swlst=syncase(lexp,tok==INSYM?ESACSYM:RBRACE)) && lexp->token==EOFSYM)

Completed in 10 milliseconds