Home
last modified time | relevance | path

Searched refs:PRINT_NODE (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/find/
H A Dfind.c186 static struct Node PRINT_NODE = { 0, PRINT, 0, 0}; variable
324 (void) memcpy(topnode, &PRINT_NODE, sizeof (struct Node)); in main()
343 (void) memcpy(topnode->next, &PRINT_NODE, sizeof (struct Node)); in main()