Home
last modified time | relevance | path

Searched refs:was_interactive (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/sh/
H A Dxec.c676 int was_interactive = 0; in sh_exec() local
1392 was_interactive = sh_isstate(SH_INTERACTIVE); in sh_exec()
2238 if(was_interactive) in sh_exec()
H A Dmacro.c1905 int was_interactive = sh_isstate(SH_INTERACTIVE); in comsubst() local
2084 if(was_interactive) in comsubst()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c2042 int was_interactive = sh_isstate(SH_INTERACTIVE); in comsubst() local
2241 if(was_interactive) in comsubst()
H A Dxec.c997 volatile int was_interactive = 0; in sh_exec() local
1919 was_interactive = sh_isstate(SH_INTERACTIVE); in sh_exec()
2964 if(was_interactive) in sh_exec()