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

  /src/external/bsd/less/dist/
signal.c 31 static RETSIGTYPE u_interrupt __P((int));
52 static RETSIGTYPE u_interrupt(int type) function
58 LSIGNAL(SIGINT, u_interrupt);
157 (void) LSIGNAL(SIGINT, u_interrupt);
signal.c 31 static RETSIGTYPE u_interrupt __P((int));
52 static RETSIGTYPE u_interrupt(int type) function
58 LSIGNAL(SIGINT, u_interrupt);
157 (void) LSIGNAL(SIGINT, u_interrupt);

Completed in 37 milliseconds