Home
last modified time | relevance | path

Searched refs:sh_setstate (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dmain.c447 sh_setstate(states); in exfile()
471 sh_setstate(states); in exfile()
H A Dpath.c664 sh_setstate(savestates); in funload()
1243 sh_setstate(sh_state(SH_FORKED)); in exscript()
/titanic_44/usr/src/lib/libshell/common/include/
H A Ddefs.h427 #define sh_setstate(x) (sh.st.states = (x)) macro