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

/illumos-gate/usr/src/cmd/find/
H A Dfind.c226 static struct Node *topnode; variable in typeref:struct:Node
319 topnode = malloc((argc + 1) * sizeof (struct Node));
320 (void) memset(topnode, 0, (argc + 1) * sizeof (struct Node));
322 if (compile(argv + paths, topnode, &action_expression) == 0) {
324 (void) memcpy(topnode, &PRINT_NODE, sizeof (struct Node));
327 * if no action expression, insert an LPAREN node above topnode,
338 savenode = topnode;
339 topnode = freenode++;
340 (void) memcpy(topnode, &LPAREN_NODE, sizeof (struct Node));
341 topnode
[all...]

Completed in 47 milliseconds