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

  /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;

Completed in 125 milliseconds