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

/freebsd-10.0-release/contrib/top/
H A Dos.h12 typedef void sigret_t; typedef
14 typedef int sigret_t; typedef
28 typedef void sigret_t; typedef
H A Dtop.c72 sigret_t leave();
73 sigret_t tstop();
75 sigret_t winch();
1148 sigret_t leave() /* exit under normal conditions -- INT handler */
1154 sigret_t tstop(i) /* SIGTSTP handler */
1163 sigret_t winch(i) /* SIGWINCH handler */
/freebsd-10.0-release/contrib/libreadline/examples/rlfe/
H A Dpty.c197 sigret_t (*sigcld)__P(SIGPROTOARG);
255 sigret_t (*sigcld)__P(SIGPROTOARG);
H A Dos.h404 # define sigret_t void macro
407 # define sigret_t int macro

Completed in 170 milliseconds