Searched refs:SH_NOUNSET (Results 1 – 6 of 6) sorted by relevance
114 "nounset", SH_NOUNSET,
72 #define SH_NOUNSET 9 macro
447 if(sh_isoption(SH_NOUNSET)) in arith()469 …if(((lvalue->emode&2) || lvalue->level>1 || sh_isoption(SH_NOUNSET)) && nv_isnull(np) && !nv_isatt… in arith()
1202 if(!v && sh_isoption(SH_NOUNSET)) in varsub()1460 if(sh_isoption(SH_NOUNSET) && !isastchar(mode) && (type==M_VNAME || type==M_SIZE)) in varsub()1581 if(newops && sh_isoption(SH_NOUNSET) && *id && id!=idbuff && (!np || nv_isnull(np))) in varsub()1986 …else if(var && sh_isoption(SH_NOUNSET) && type<=M_TREE && (!np || nv_isnull(np) || (nv_isarray(np… in varsub()
77 SH_NOUNSET, SH_VERBOSE, SH_XTRACE, SH_BRACEEXPAND, SH_NOCLOBBER,
538 if(sh_isoption(SH_NOUNSET)) in fmtbase64()