CHILD
if ((pid = fork()) == CHILD) {
DO(CHILD);
for (curnode = CHILD(curnode); curnode; curnode = NEXT(curnode)) {