Searched refs:xpid (Results 1 – 3 of 3) sorted by relevance
311 PID_T pid, xpid; local414 xpid = wait(&waiter);419 if (xpid != pid) {420 warnx("wrong PID (%d != %d) from \"%s\"", xpid, pid, editor);
372 log_it(const char *username, int xpid, const char *event, const char *detail) in log_it() argument375 PID_T pid = xpid; in log_it()
653 int pid, xpid; in editit() local684 while ((xpid = wait(&locstat)) >= 0) in editit()685 if (xpid == pid) in editit()