Searched refs:topnode (Results 1 – 1 of 1) sorted by relevance
238 static struct Node *topnode; variable331 topnode = malloc((argc + 1) * sizeof (struct Node)); in main()332 (void) memset(topnode, 0, (argc + 1) * sizeof (struct Node)); in main()334 if (compile(argv + paths, topnode, &action_expression) == 0) { in main()336 (void) memcpy(topnode, &PRINT_NODE, sizeof (struct Node)); in main()350 savenode = topnode; in main()351 topnode = freenode++; in main()352 (void) memcpy(topnode, &LPAREN_NODE, sizeof (struct Node)); in main()353 topnode->next = freenode; in main()354 topnode->first.np = savenode; in main()[all …]