Searched refs:syncase (Results 1 – 2 of 2) sorted by relevance
43 static struct regnod * syncase();199 syncase(esym) in syncase() function237 r->regnxt = syncase(esym);284 t->swlst = syncase(wdval == INSYM ? ESSYM : KTSYM);
62 static struct regnod *syncase(Lex_t*,int);622 static struct regnod* syncase(Lex_t *lexp,register int esym) in syncase() function648 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()