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

/freebsd-9.3-release/contrib/bmake/
H A Dwait.h58 #ifndef WSET_STOPCODE
59 #define WSET_STOPCODE(x, sig) ((&x)->w_stopsig = (sig)) macro
65 #ifndef WSET_STOPCODE
66 #define WSET_STOPCODE(x, sig) ((x) = ((sig) << 8) | 0177) macro

Completed in 50 milliseconds