Searched refs:bashopt (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | options.c | 27 # define bashopt(a,b) a, b|SH_BASHOPT, macro 30 # define bashopt(a,b) macro 47 bashopt("cdable_vars", SH_CDABLE_VARS) 48 bashopt("cdspell", SH_CDSPELL) 49 bashopt("checkhash", SH_CHECKHASH) 50 bashopt("checkwinsize", SH_CHECKWINSIZE) 52 bashopt("dotglob", SH_DOTGLOB) 56 bashopt("execfail", SH_EXECFAIL) 57 bashopt("expand_aliases", SH_EXPAND_ALIASES) 58 bashopt("extglob", SH_EXTGLOB) [all …]
|