Searched refs:pchild (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dtc.sig.c80 pchild();
H A Dsh.decls.h356 extern void pchild (void);
H A Dsh.proc.c136 * pchild - call queued by the SIGCHLD signal
143 pchild(void) function
171 jobdebug_xprintf(("pchild()\n"));
1632 * 3. The "csh" signal handling function pchild() is invoked
1634 * 4. pchild() calls wait3(WNOHANG) which returns 0.
1636 * pchild() returns without picking-up the correct status
1807 * Hold pchild() until we have the process installed in our table.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c6143 svn_client__merge_path_t **pchild;
6147 pchild = bsearch(&key, children_with_mergeinfo->elts,
6151 return pchild ? *pchild : NULL;
6136 svn_client__merge_path_t **pchild; local

Completed in 131 milliseconds