Searched defs:nbinary (Results 1 – 1 of 1) sorted by relevance
34 struct nbinary { struct35 int type;36 union node *ch1;37 union node *ch2;136 struct nbinary nbinary; member