Searched refs:intr (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dpty.sh212 w stty intr ^C
221 r stty intr \^C
254 w stty intr ^C
262 r stty intr \^C
298 w stty erase ^H intr ^C kill ^X
/ast/src/cmd/ksh93/sh/
H A Djobs.c1491 char intr = 0; local
1495 intr = 1;
1523 else if(intr && pw->p_env!=shp->curenv)
1530 if(!intr)
1607 if(intr)
1627 if((intr && shp->trapnote) || (pid==1 && !intr))
1630 if(intr && shp->trapnote)
/ast/src/lib/libast/misc/
H A Dglob.c591 unsigned char intr = 0; local
643 gp->gl_intr = &intr;
/ast/src/cmd/mailx/
H A Dlex.c243 intr(int sig) function
297 signal(SIGINT, intr);

Completed in 53 milliseconds