Home
last modified time | relevance | path

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

/system/core/sh/
Dnodes.c147 calcsize(n->nif.ifpart);
245 new->nif.ifpart = copynode(n->nif.ifpart);
Dnodes.h66 union node *ifpart; member
Dnodetypes81 ifpart nodeptr # then ifpart
Dparser.c322 n1->nif.ifpart = list(0); in command()
331 n2->nif.ifpart = list(0); in command()
Deval.c268 evaltree(n->nif.ifpart, flags); in evaltree()
Djobs.c1290 cmdtxt(n->nif.ifpart); in cmdtxt()