/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | whence.c | 168 && !nv_isnull(np) && !(notrack=nv_isattr(np,NV_TAGGED)) in whence() 190 if(is_abuiltin(np) && nv_isnull(np)) in whence() 195 if(nv_isnull(np)) in whence() 246 else if(!np || nv_isnull(np)) in whence()
|
H A D | shiocmd_solaris.c | 29 #undef nv_isnull 580 if(!nv_isnull(np)) in b_open() 703 if(!nv_isnull(np)) in b_tmpfile() 778 if(!nv_isnull(np)) in b_dup() 850 if(!nv_isnull(np)) in b_stat()
|
H A D | typeset.c | 392 else if(nv_isnull(tdata.tp)) in b_typeset() 408 if(nv_isnull(np)) in print_value() 481 if(np && ((flag&NV_LTOU) || !nv_isnull(np) || nv_isattr(np,NV_LTOU))) in b_common() 524 if(troot!=shp->var_tree && (nv_isnull(np) || !print_namval(sfstdout,np,0,tp))) in b_common() 540 else if(nv_isnull(np)) in b_common() 1026 if(!nv_isnull(np)) in b_unall() 1185 …if((np=nv_search(*argv++,root,0)) && np!=onp && (!nv_isnull(np) || np->nvfun || nv_isattr(np,~NV_N… in print_scan()
|
H A D | alarm.c | 263 if(!nv_isnull(np)) in b_alarm()
|
H A D | poll_solaris.c | 29 #undef nv_isnull
|
H A D | test.c | 446 return(!nv_isnull(np) || nv_isattr(np,NV_INTEGER)); in test_unop()
|
H A D | print.c | 463 if(!np || nv_isnull(np)) in fmtbase64()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 197 return((np = nv_opensub(np)) && !nv_isnull(np)); in nv_arrayisset() 593 if(!nv_isnull(np)) in array_putval() 669 if(nv_isnull(np) && nv_isattr(np,NV_NOFREE)) in array_grow() 680 if(mp && nv_isnull(mp)) in array_grow() 693 else if(nv_isattr(np,NV_INTEGER) && !nv_isnull(np)) in array_grow() 813 if(nv_isnull(np) && nv_isattr(np,NV_NOFREE)) in nv_setarray() 1262 if(!shp->instance && nv_isnull(ap->cur)) in nv_associative() 1281 if(sh.subshell && (mp=nv_search(sp,ap->header.table,0)) && nv_isnull(mp)) in nv_associative() 1283 if((mp || (mp=nv_search(sp,ap->header.table,mode))) && nv_isnull(mp) && (mode&NV_ADD)) in nv_associative() 1293 if(nv_isnull(mp)) in nv_associative() [all …]
|
H A D | arith.c | 76 …if((!(np = nv_open(cp,shp->var_tree,assign|NV_VARNAME|NV_NOADD|NV_NOFAIL)) || nv_isnull(np)) && sh… in scope() 322 …if(((lvalue->emode&2) || lvalue->level>1 || sh_isoption(SH_NOUNSET)) && nv_isnull(np) && !nv_isatt… in arith()
|
H A D | name.c | 209 if(sp->numnodes==0 && !nv_isnull(np) && sh.last_table) in nv_addnode() 364 if(typ && !array && (nv_isnull(np) || nv_isarray(np))) in nv_setlist() 366 if((flags&NV_STATIC) && !nv_isnull(np)) in nv_setlist() 478 if(!nv_isnull(np) && np->nvalue.cp!=Empty && !nv_isvtree(np)) in nv_setlist() 803 if(nv_isnull(np) && c!='.' && (np->nvfun=nv_cover(nq))) in nv_create() 808 else if(add && nv_isnull(np) && c=='.' && cp[1]!='.') in nv_create() 859 if(nv_isnull(np)) in nv_create() 995 if(nq && nv_isnull(nq)) in nv_create() 1297 if(!nv_isnull(np)) in nv_open() 2234 if(shp->subshell && !nv_isnull(np)) in _nv_unset() [all …]
|
H A D | nvdisc.c | 270 if(!nv_isnull(SH_VALNOD)) in assign() 300 if(nv_isnull(SH_VALNOD)) in assign() 366 if(!nv_isnull(SH_VALNOD)) in lookup() 389 if(!nv_isnull(&node)) in lookup() 1285 if(!nv_isnull(np) || np->nvfun || nv_isattr(np,~NV_NOFREE)) in get_table() 1363 if(!nv_isnull(mp)) in nv_mount()
|
H A D | main.c | 175 if(nv_isnull(PS4NOD)) in sh_main() 416 if(nv_isnull(PS1NOD)) in exfile()
|
H A D | expand.c | 226 for(;np && !nv_isnull(np);(np = (Namval_t*)dtnext(tree,np))) in scantree()
|
H A D | nvtree.c | 289 if(nv_isnull(np) && !nv_isarray(np) && !nv_isattr(np,NV_INTEGER)) in nv_dirnext() 689 if(nv_isnull(np) && !nv_isarray(np) && !nv_isattr(np,NV_INTEGER)) in outval() 716 if(isarray==0 && nv_isarray(np) && nv_isnull(np)) /* empty array */ in outval()
|
H A D | subshell.c | 258 if(!sp->shpwd || (nv_isnull(np) && !add) || np==SH_LEVELNOD) in sh_assignok() 314 nv_clone(np,mp,(add?(nv_isnull(np)?0:NV_NOFREE)|NV_ARRAY:NV_MOVE)); in sh_assignok()
|
H A D | macro.c | 1240 if((!np || nv_isnull(np)) && type==M_BRACE && c==RBRACE && !(flag&NV_ARRAY) && strchr(id,'.')) in varsub() 1248 if(np && (flag&NV_NOADD) && nv_isnull(np)) in varsub() 1344 v = nv_isnull(np)?0:(char*)"x"; in varsub() 1855 …else if(var && sh_isoption(SH_NOUNSET) && type<=M_TREE && (!np || nv_isnull(np) || (nv_isarray(np… in varsub() 2540 if(nv_isnull(SH_DOLLARNOD)) in special()
|
H A D | nvtype.c | 1163 if(!nv_isnull(np)) in nv_mktype() 1285 int isnull = nv_isnull(np); in nv_settype()
|
H A D | init.c | 1790 if(nv_isnull(PWDNOD) || nv_isattr(PWDNOD,NV_TAGGED)) in env_init()
|
/titanic_41/usr/src/lib/libshell/ |
H A D | mapfile-vers | 103 nv_isnull;
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | name.h | 160 #define nv_isnull(np) (!(np)->nvalue.cp && (nv_isattr(np,NV_SHORT|NV_INTEGER)!=(NV_SHORT|NV_INTEGER… macro
|
H A D | nval.h | 263 extern int nv_isnull(Namval_t*);
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 274 extern __MANGLE__ int nv_isnull __PROTO__((Namval_t*));
|
/titanic_41/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 274 extern __MANGLE__ int nv_isnull __PROTO__((Namval_t*));
|
/titanic_41/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 274 extern __MANGLE__ int nv_isnull __PROTO__((Namval_t*));
|
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 274 extern __MANGLE__ int nv_isnull __PROTO__((Namval_t*));
|