Searched refs:BSDWAIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dconfig.h.in138 * Define BSDWAIT if your system defines a 'union wait' in <sys/wait.h>
140 * Only allow BSDWAIT i.e. wait3 on nonposix systems, since
145 #undef BSDWAIT
151 #ifdef BSDWAIT
H A Dos.h452 # ifndef BSDWAIT /* if wait is NOT a union: */
460 # ifndef BSDWAIT /* if wait is NOT a union: */
473 # ifndef BSDWAIT /* if wait is NOT a union: */
481 # ifndef BSDWAIT /* if wait is NOT a union: */
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.c52 # define BSDWAIT macro
57 # ifndef BSDWAIT
58 # define BSDWAIT macro
59 # endif /* !BSDWAIT */
75 # ifdef BSDWAIT
77 # else /* !BSDWAIT */
79 # endif /* !BSDWAIT */
154 #ifdef BSDWAIT
156 #else /* !BSDWAIT */
158 #endif /* !BSDWAIT */
[all...]

Completed in 52 milliseconds