Home
last modified time | relevance | path

Searched refs:onsusp (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/format/
H A Dmisc.c238 onsusp(sig) in onsusp() function
282 (void) signal(SIGTSTP, onsusp);
422 onsusp(SIGSTOP); in exit_critical()
H A Dmisc.h144 void onsusp(int sig);
H A Dmain.c157 act.sa_handler = onsusp; in main()
/titanic_41/usr/src/cmd/pg/
H A Dpg.c167 static void onsusp();
309 (void) signal(SIGTSTP, onsusp); in main()
816 (void) signal(SIGTSTP, onsusp);
1801 onsusp() in onsusp() function
1818 (void) signal(SIGTSTP, (void (*)(int))onsusp); in onsusp()
1820 (void) signal(SIGTSTP, (void (*))onsusp); in onsusp()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_subr.c1051 signal(SIGTSTP, onsusp); in setrupt()
1101 onsusp(sig) in onsusp() function
1120 signal(SIGTSTP, onsusp);
H A Dex_unix.c351 signal(SIGTSTP, onsusp);
H A Dex.c420 signal(SIGTSTP, onsusp), dosusp++; in main()
H A Dex.h450 void onsusp(int);
H A Dex_cmds.c798 onsusp(0);
/titanic_41/usr/src/cmd/more/
H A Dmore.c163 void onsusp(int sig);
318 signal(SIGTSTP, onsusp); in main()
1448 signal(SIGTSTP, onsusp); in execute()
1789 onsusp(int sig) in onsusp() function
1802 signal (SIGTSTP, onsusp); in onsusp()