Searched refs:dtprev (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | cdt.h | 332 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 1034 mp = (Namval_t*)dtprev(shp->fun_tree,&fake); in get_math() 1059 mp = (Namval_t*)dtprev(shp->fun_tree,&fake); in setdisc_any()
|
H A D | nvtree.c | 187 if(dp->hp = (Namval_t*)dtprev(dp->root,&fake)) in nv_diropen()
|
H A D | path.c | 602 rpfirst = dtprev(shp->fpathdict,rp); in funload()
|
H A D | array.c | 1788 ap->pos = mp = (Namval_t*)dtprev(ap->header.table,&fake); in nv_associative()
|
/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() 1635 xc = (tc = (Cchr_t*)dtprev(dt, cc)) && !strcasecmp((char*)tc->nam, (char*)cc->nam) ? tc : cc; in bra()
|