Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) macro
/titanic_44/usr/src/lib/libast/common/include/
H A Dcdt.h297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dnvtree.c185 if(dp->hp = (Namval_t*)dtprev(dp->root,&fake)) in nv_diropen()
H A Darray.c1304 ap->pos = mp = (Namval_t*)dtprev(ap->header.table,&fake); in nv_associative()
/titanic_44/usr/src/lib/libast/common/regex/
H A Dregcomp.c1619 if (!(cc = (Cchr_t*)dtsearch(dt, &key)) && !(cc = (Cchr_t*)dtprev(dt, &key))) in bra()
1621 xc = (tc = (Cchr_t*)dtprev(dt, cc)) && !strcasecmp((char*)tc->nam, (char*)cc->nam) ? tc : cc; in bra()