Lines Matching defs:nodes
95 static NODE nodes[NSNODE]; /* Cache of quick access nodes */
96 static NODE *fnodep = &nodes[0];
115 * (PARM nodes are not acceptable).
375 if (length == 0 && running && fnodep < &nodes[NSNODE]) {
620 * Free all temporary nodes.
629 for (np = &nodes[0]; np < fnodep; np++) {
636 fnodep = &nodes[0];
941 * In the interest of speed, a left recursive tree of CONCAT nodes
1026 * All the rest are non-leaf nodes.