Home
last modified time | relevance | path

Searched refs:SH_DOTGLOB (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dbash.c156 sh_onoption(SH_DOTGLOB); in put_globignore()
158 sh_offoption(SH_DOTGLOB); in put_globignore()
H A Dexpand.c183 else if(!sh_isstate(SH_FCOMPLETE) && sh_isoption(SH_DOTGLOB)) in path_expand()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c52 bashopt("dotglob", SH_DOTGLOB)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h349 # define SH_DOTGLOB 56 macro