Home
last modified time | relevance | path

Searched refs:SH_MARKDIRS (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/edit/
H A Dcompletion.c203 int nomarkdirs = !sh_isoption(SH_MARKDIRS); in ed_expand()
284 sh_onoption(SH_MARKDIRS); in ed_expand()
472 sh_offoption(SH_MARKDIRS); in ed_expand()
/titanic_44/usr/src/lib/libshell/common/data/
H A Doptions.c82 "markdirs", SH_MARKDIRS,
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshell.h73 #define SH_MARKDIRS 15 macro
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h82 #define SH_MARKDIRS 15 macro
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h82 #define SH_MARKDIRS 15 macro
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h82 #define SH_MARKDIRS 15 macro
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h82 #define SH_MARKDIRS 15 macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dexpand.c106 if(sh_isoption(SH_MARKDIRS)) in path_expand()