Home
last modified time | relevance | path

Searched refs:elsepart (Results 1 – 5 of 5) sorted by relevance

/dragonfly/bin/sh/pregenerated/
H A Dnodes.c167 calcsize(n->nif.elsepart, result); in calcsize()
263 new->nif.elsepart = copynode(n->nif.elsepart, state); in copynode()
H A Dnodes.h67 union node *elsepart; member
/dragonfly/bin/sh/
H A Dnodetypes82 elsepart nodeptr # else elsepart
H A Dparser.c450 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif)); in command()
451 n2 = n2->nif.elsepart; in command()
459 n2->nif.elsepart = list(0); in command()
461 n2->nif.elsepart = NULL; in command()
H A Deval.c246 else if (n->nif.elsepart) in evaltree()
247 next = n->nif.elsepart; in evaltree()