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