Searched refs:PRINT_NODE (Results 1 – 1 of 1) sorted by relevance
186 static struct Node PRINT_NODE = { 0, PRINT, 0, 0}; variable324 (void) memcpy(topnode, &PRINT_NODE, sizeof (struct Node)); in main()343 (void) memcpy(topnode->next, &PRINT_NODE, sizeof (struct Node)); in main()