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

/ast/src/cmd/mailx/
H A Dproc.c577 register struct child** cpp; local
579 for (cpp = &state.children; *cpp && (*cpp)->pid != pid;
580 cpp = &(*cpp)->link)
582 if (*cpp || (*cpp = (struct child*)malloc(sizeof(struct child)))) {
583 (*cpp)->pid = pid;
584 (*cpp)
593 register struct child** cpp; local
[all...]

Completed in 39 milliseconds