Home
last modified time | relevance | path

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

/dragonfly/bin/sh/pregenerated/
H A Dnodes.h129 struct nnot { struct
149 struct nnot nnot; argument
H A Dnodes.c90 ALIGN(sizeof (struct nnot)),
211 calcsize(n->nnot.com, result); in calcsize()
311 new->nnot.com = copynode(n->nnot.com, state); in copynode()
/dragonfly/bin/sh/
H A Dnodetypes143 NNOT nnot # ! command (actually pipeline)
H A Dparser.c406 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
408 n2->nnot.com = n1; in pipeline()
H A Deval.c278 evaltree(n->nnot.com, EV_TESTED); in evaltree()
H A Djobs.c1463 cmdtxt(n->nnot.com); in cmdtxt()