Home | History | Annotate | Download | only in sh

Lines Matching refs:ncase

408 		n1 = (union node *)stalloc(sizeof (struct ncase));
409 n1->type = NCASE;
412 n1->ncase.expr = n2 = (union node *)stalloc(sizeof (struct narg));
420 cpp = &n1->ncase.cases;