HomeSort by: relevance | last modified time | path
    Searched refs:ignoresig (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/sh/
trap.h 45 void ignoresig(int, int);
trap.h 45 void ignoresig(int, int);
jobs.c 1414 ignoresig(SIGINT, vforked);
1415 ignoresig(SIGQUIT, vforked);
1425 ignoresig(SIGINT, vforked);
1426 ignoresig(SIGQUIT, vforked);
jobs.c 1414 ignoresig(SIGINT, vforked);
1415 ignoresig(SIGQUIT, vforked);
1425 ignoresig(SIGINT, vforked);
1426 ignoresig(SIGQUIT, vforked);
trap.c 642 ignoresig(int signo, int vforked) function in typeref:typename:void
647 VTRACE(DBG_TRAP, ("ignoresig(%d%s)\n", signo, vforked ? ", VF" : ""));
trap.c 642 ignoresig(int signo, int vforked) function in typeref:typename:void
647 VTRACE(DBG_TRAP, ("ignoresig(%d%s)\n", signo, vforked ? ", VF" : ""));

Completed in 30 milliseconds