Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h476 #define sh_getstate() (sh.st.states) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c423 states = sh_getstate(); in exfile()
H A Dpath.c595 int savestates = sh_getstate(), oldload=shp->funload; in funload()