Searched defs:PRINT_NODE (Results 1 - 1 of 1) sorted by relevance

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

Completed in 50 milliseconds