Home
last modified time | relevance | path

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

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h471 #define sh_getstate() (sh.st.states) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h471 #define sh_getstate() (sh.st.states) macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h391 #define sh_getstate(shp) ((shp)->st.states) macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h498 #define sh_getstate(shp) ((shp)->st.states) macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dmain.c416 states = sh_getstate(); in exfile()
H A Dpath.c591 int savestates = sh_getstate(), oldload=shp->funload; in funload()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dmain.c416 states = sh_getstate(); in exfile()
H A Dpath.c591 int savestates = sh_getstate(), oldload=shp->funload; in funload()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dmain.c369 states = sh_getstate(shp); in exfile()
H A Dpath.c558 int savestates = sh_getstate(shp), oldload = shp->funload; in funload()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dmain.c445 states = sh_getstate(shp); in exfile()
H A Dpath.c627 int savestates = sh_getstate(shp), oldload=shp->funload; in funload()