Searched refs:nnot (Results 1 – 5 of 5) sorted by relevance
128 struct nnot { struct148 struct nnot nnot; argument
84 SHELL_ALIGN(sizeof (struct nnot)),189 calcsize(n->nnot.com);291 new->nnot.com = copynode(n->nnot.com);
277 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()
141 NNOT nnot # ! command (actually pipeline)
290 evaltree(n->nnot.com, EV_TESTED); in evaltree()