Home
last modified time | relevance | path

Searched refs:ifpart (Results 1 – 6 of 6) sorted by relevance

/dragonfly/bin/sh/pregenerated/
H A Dnodes.c168 calcsize(n->nif.ifpart, result); in calcsize()
264 new->nif.ifpart = copynode(n->nif.ifpart, state); in copynode()
H A Dnodes.h66 union node *ifpart; member
/dragonfly/bin/sh/
H A Dnodetypes81 ifpart nodeptr # then ifpart
H A Dparser.c447 n1->nif.ifpart = list(0); in command()
456 n2->nif.ifpart = list(0); in command()
H A Deval.c245 next = n->nif.ifpart; in evaltree()
H A Djobs.c1434 cmdtxt(n->nif.ifpart); in cmdtxt()