Home
last modified time | relevance | path

Searched refs:SH_NOUNSET (Results 1 – 6 of 6) sorted by last modified time

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c538 if(sh_isoption(SH_NOUNSET)) in fmtbase64()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c1202 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()
H A Dargs.c77 SH_NOUNSET, SH_VERBOSE, SH_XTRACE, SH_BRACEEXPAND, SH_NOCLOBBER,
H A Darith.c447 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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h72 #define SH_NOUNSET 9 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c114 "nounset", SH_NOUNSET,