Lines Matching refs:nnot
277 n2 = (union node *)stalloc(sizeof (struct nnot));278 n2->type = NNOT;279 n2->nnot.com = n1;518 n2 = (union node *)stalloc(sizeof (struct nnot));519 n2->type = NNOT;520 n2->nnot.com = n1;595 n2 = (union node *)stalloc(sizeof (struct nnot));596 n2->type = NNOT;597 n2->nnot.com = n;