Home
last modified time | relevance | path

Searched refs:SH_NOUNSET (Results 1 – 16 of 16) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/data/
H A Doptions.c113 "nounset", SH_NOUNSET,
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c114 "nounset", SH_NOUNSET,
/titanic_51/usr/src/lib/libshell/common/sh/
H A Darith.c315 if(sh_isoption(SH_NOUNSET)) in arith()
322 …if(((lvalue->emode&2) || lvalue->level>1 || sh_isoption(SH_NOUNSET)) && nv_isnull(np) && !nv_isatt… in arith()
H A Dargs.c74 SH_NOUNSET, SH_VERBOSE, SH_XTRACE, SH_BRACEEXPAND, SH_NOCLOBBER,
H A Dmacro.c1855 …else if(var && sh_isoption(SH_NOUNSET) && type<=M_TREE && (!np || nv_isnull(np) || (nv_isarray(np… in varsub()
/titanic_51/usr/src/lib/libshell/common/include/
H A Dshell.h67 #define SH_NOUNSET 9 macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h72 #define SH_NOUNSET 9 macro
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h76 #define SH_NOUNSET 9 macro
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h76 #define SH_NOUNSET 9 macro
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h76 #define SH_NOUNSET 9 macro
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h76 #define SH_NOUNSET 9 macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
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_isattr(np,NV_INTEGER)) in arith()
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) && !np->nvalue.cp))) in varsub()
H A Dargs.c77 SH_NOUNSET, SH_VERBOSE, SH_XTRACE, SH_BRACEEXPAND, SH_NOCLOBBER,
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dprint.c465 if(sh_isoption(SH_NOUNSET)) in fmtbase64()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c528 if(sh_isoption(SH_NOUNSET)) in fmtbase64()