Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c311 sh_onstate(SH_COMPLETE); in ed_expand()
327 sh_offstate(SH_COMPLETE); in ed_expand()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c120 if(sh_isstate(SH_COMPLETE)) in path_expand()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h311 #define SH_COMPLETE 19 /* set for command completion */ macro