HomeSort by relevance Sort by last modified time
    Searched defs:syncase (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sh/
cmd.c 43 static struct regnod * syncase();
199 syncase(esym) function
237 r->regnxt = syncase(esym);
284 t->swlst = syncase(wdval == INSYM ? ESSYM : KTSYM);
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
parse.c 58 static struct regnod *syncase(Lex_t*,int);
558 static struct regnod* syncase(Lex_t *lexp,register int esym) function
584 r->regnxt=syncase(lexp,esym);
588 r->regnxt=syncase(lexp,esym);
1032 if(!(t->sw.swlst=syncase(lexp,tok==INSYM?ESACSYM:RBRACE)) && lexp->token==EOFSYM)
    [all...]

Completed in 240 milliseconds