Searched refs:topnode (Results 1 – 1 of 1) sorted by relevance
226 static struct Node *topnode; variable319 topnode = malloc((argc + 1) * sizeof (struct Node)); in main()320 (void) memset(topnode, 0, (argc + 1) * sizeof (struct Node)); in main()322 if (compile(argv + paths, topnode, &action_expression) == 0) { in main()324 (void) memcpy(topnode, &PRINT_NODE, sizeof (struct Node)); in main()338 savenode = topnode; in main()339 topnode = freenode++; in main()340 (void) memcpy(topnode, &LPAREN_NODE, sizeof (struct Node)); in main()341 topnode->next = freenode; in main()342 topnode->first.np = savenode; in main()[all …]