Home
last modified time | relevance | path

Searched refs:catchint (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinput.c47 catchint(int sig) in catchint() function
49 (void) signal(SIGINT, catchint); in catchint()
72 savesig = signal(SIGINT, catchint); in mygetch()
H A Dglobal.h269 void catchint(int sig);