OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WIFEXITED
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/imake/dist/
imake.c
222
# ifndef
WIFEXITED
223
# define
WIFEXITED
(w) waitCode(w)
788
if (
WIFEXITED
(status) && waitCode(status))
/xsrc/external/mit/xterm/dist/
misc.c
2290
#ifndef
WIFEXITED
2291
#define
WIFEXITED
(status) ((status & 0xff) != 0)
2293
if (
WIFEXITED
(childstat))
Completed in 9 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026