Home
last modified time | relevance | path

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

/system/core/sh/
Dnodes.h128 struct nnot { struct
148 struct nnot nnot; argument
Dnodes.c84 SHELL_ALIGN(sizeof (struct nnot)),
189 calcsize(n->nnot.com);
291 new->nnot.com = copynode(n->nnot.com);
Dparser.c277 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
279 n2->nnot.com = n1; in pipeline()
518 n2 = (union node *)stalloc(sizeof (struct nnot)); in command()
520 n2->nnot.com = n1; in command()
595 n2 = (union node *)stalloc(sizeof (struct nnot)); in simplecmd()
597 n2->nnot.com = n; in simplecmd()
Dnodetypes141 NNOT nnot # ! command (actually pipeline)
Deval.c290 evaltree(n->nnot.com, EV_TESTED); in evaltree()