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

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Ddots.c86 onsig(int n GCC_UNUSED) function
107 CATCHALL(onsig);
H A Dechochar.c56 onsig(int n GCC_UNUSED) function
103 CATCHALL(onsig);
H A Ddots_mvcur.c86 onsig(int n GCC_UNUSED) function
109 CATCHALL(onsig);
H A Dfirework.c45 onsig(int n GCC_UNUSED) function
148 CATCHALL(onsig);
H A Drailroad.c173 onsig(int n GCC_UNUSED) function
219 CATCHALL(onsig);
H A Dblue.c73 static RETSIGTYPE die(int onsig) GCC_NORETURN;
136 die(int onsig) argument
138 (void) signal(onsig, SIG_IGN);
H A Drain.c70 onsig(int n GCC_UNUSED) function
303 CATCHALL(onsig);
H A Dworm.c213 onsig(int sig GCC_UNUSED) function
460 signal(SIGINT, onsig);
/macosx-10.10.1/ruby-106/ruby/ext/curses/
H A Drain.rb7 def onsig(sig) method
19 trap(i) {|sig| onsig(sig) }
/macosx-10.10.1/efax-38/efax/
H A Defaxio.h51 ttymodes mode, void (*onsig) (int), int wait ) ;
H A Defaxos.h44 void (*onsig)(int sig); member in struct:tfilestruct
H A Defaxio.c418 char **lkfile, ttymodes mode, void (*onsig) (int), int wait )
447 if ( signal ( catch [ i ], onsig ) == SIG_ERR )
H A Defax.c324 void onsig(int sig);
2465 TFILE faxdev = { -1, onsig, 0,0, {0}, 0, 0, 0 } ; /* modem */
2512 void onsig ( int sig ) function
H A Defaxos.c261 (f->onsig)(sig);

Completed in 205 milliseconds