Searched refs:dtsearch (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | cdt.h | 334 #define dtsearch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH) macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvdisc.c | 1054 if(!(np = dtsearch(root,mp)) && (mode&NV_ADD)) in nv_search()
|
H A D | path.c | 609 if((np = dtsearch(funtree,rp->np)) && is_afunction(np)) in funload()
|
H A D | name.c | 2450 if(nq=dtsearch(oroot,np)) in table_unset() 2633 return(dtsearch(shp->var_tree,np)); in sh_scoped()
|
H A D | init.c | 369 Namval_t *mp = dtsearch(shp->var_tree,np); in put_restricted()
|
H A D | xec.c | 1115 np = dtsearch(shp->fun_tree,np); in sh_exec()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regcomp.c | 1626 if (!(cc = (Cchr_t*)dtsearch(dt, &key)) && !(cc = (Cchr_t*)dtprev(dt, &key))) in bra()
|