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

  /src/bin/csh/
exec.c 363 sig_t osigint, osigquit, osigterm; local in function:execash
375 osigint = signal(SIGINT, parintr);
402 (void)signal(SIGINT, osigint);

Completed in 50 milliseconds