Home | Sort by: relevance | last modified time | path |
/src/bin/sh/ | |
trap.c | 823 static int is_interactive; local in function:setinteractive 825 if (on == is_interactive) 830 is_interactive = on; |
trap.c | 823 static int is_interactive; local in function:setinteractive 825 if (on == is_interactive) 830 is_interactive = on; |
trap.c | 823 static int is_interactive; local in function:setinteractive 825 if (on == is_interactive) 830 is_interactive = on; |