Home
last modified time | relevance | path

Searched refs:esym (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sh/
H A Dcmd.c199 syncase(esym) in syncase() argument
200 int esym; in syncase()
203 if (wdval == esym)
237 r->regnxt = syncase(esym);
240 chksym(esym);
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c590 static struct regnod* syncase(Lex_t *lexp,register int esym) in syncase() argument
594 if(tok==esym) in syncase()
616 r->regnxt=syncase(lexp,esym); in syncase()
620 r->regnxt=syncase(lexp,esym); in syncase()
624 if(tok!=esym && tok!=EOFSYM) in syncase()