Lines Matching defs:np
136 register Namval_t *np;
153 np = 0;
167 if((np=nv_search(name,shp->alias_tree,0))
168 && !nv_isnull(np) && !(notrack=nv_isattr(np,NV_TAGGED))
169 && (cp=nv_getval(np)))
173 if(nv_isattr(np,NV_EXPORT))
188 if(np= nv_bfsearch(name, root, &nq, ¬used))
190 if(is_abuiltin(np) && nv_isnull(np))
195 if(nv_isnull(np))
197 else if(is_abuiltin(np))
199 if(nv_isattr(np,BLT_SPC))
247 if(!np && (np=nv_search(name,shp->track_tree,0)))
249 else if(!np || nv_isnull(np))
255 if(*cp=='/' && (np=nv_search(cp,shp->bltin_tree,0)))