Home
last modified time | relevance | path

Searched refs:PSS_PS (Results 1 – 6 of 6) sorted by relevance

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/std/
H A Dpss.h40 #define PSS_PS (1<<5) /* force the ps method */ macro
H A Dpss.c62 pss->meth = (_pss_ps && ((disc->flags & PSS_PS) || getenv("_PSS_ps"))) ? _pss_ps : _pss_method; in pssopen()
/dports/shells/ksh93/ast-93u/src/cmd/std/
H A Dpss.h40 #define PSS_PS (1<<5) /* force the ps method */ macro
H A Dpss.c62 pss->meth = (_pss_ps && ((disc->flags & PSS_PS) || getenv("_PSS_ps"))) ? _pss_ps : _pss_method; in pssopen()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/std/
H A Dpss.h40 #define PSS_PS (1<<5) /* force the ps method */ macro
H A Dpss.c62 pss->meth = (_pss_ps && ((disc->flags & PSS_PS) || getenv("_PSS_ps"))) ? _pss_ps : _pss_method; in pssopen()