Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c59 "noglob", SH_NOGLOB,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h73 #define SH_NOGLOB 10 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c390 if(!sh_isoption(SH_NOGLOB)) in path_generate()
H A Dargs.c75 SH_ALLEXPORT, SH_NOTIFY, SH_ERREXIT, SH_NOGLOB, SH_TRACKALL,
H A Dmacro.c226 mp->pattern = mp->split && !(flag&ARG_NOGLOB) && !sh_isoption(SH_NOGLOB); in sh_macexpand()
2498 if(mp->assign || sh_isoption(SH_NOGLOB)) in endfield()
H A Dio.c1220 fname=sh_mactrim(shp,fname,(!sh_isoption(SH_NOGLOB)&&sh_isoption(SH_INTERACTIVE))?2:0); in sh_redirect()