Home
last modified time | relevance | path

Searched refs:dtprev (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h332 #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 Dinit.c1034 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 Dnvtree.c187 if(dp->hp = (Namval_t*)dtprev(dp->root,&fake)) in nv_diropen()
H A Dpath.c602 rpfirst = dtprev(shp->fpathdict,rp); in funload()
H A Darray.c1788 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 Dregcomp.c1626 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()