Searched refs:SH_NOUNSET (Results 1 – 16 of 16) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | options.c | 113 "nounset", SH_NOUNSET,
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | options.c | 114 "nounset", SH_NOUNSET,
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 315 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 D | args.c | 74 SH_NOUNSET, SH_VERBOSE, SH_XTRACE, SH_BRACEEXPAND, SH_NOCLOBBER,
|
H A D | macro.c | 1855 …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 D | shell.h | 67 #define SH_NOUNSET 9 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 72 #define SH_NOUNSET 9 macro
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 76 #define SH_NOUNSET 9 macro
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 76 #define SH_NOUNSET 9 macro
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 76 #define SH_NOUNSET 9 macro
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 76 #define SH_NOUNSET 9 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | arith.c | 447 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 D | macro.c | 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) && !np->nvalue.cp))) in varsub()
|
H A D | args.c | 77 SH_NOUNSET, SH_VERBOSE, SH_XTRACE, SH_BRACEEXPAND, SH_NOCLOBBER,
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | print.c | 465 if(sh_isoption(SH_NOUNSET)) in fmtbase64()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 528 if(sh_isoption(SH_NOUNSET)) in fmtbase64()
|