HomeSort by: relevance | last modified time | path
    Searched defs:phup (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/csh/
csh.c 193 __dead static void phup(int);
373 (void)signal(SIGHUP, phup); /* exit processing on HUP */
374 (void)signal(SIGXCPU, phup); /* ...and on XCPU */
375 (void)signal(SIGXFSZ, phup); /* ...and on XFSZ */
963 phup(int sig) function in typeref:typename:void

Completed in 18 milliseconds