Searched refs:dtprev (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) macro
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 297 #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 D | cdt.h | 297 #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 D | cdt.h | 297 #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 D | cdt.h | 297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) macro
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 185 if(dp->hp = (Namval_t*)dtprev(dp->root,&fake)) in nv_diropen()
|
H A D | array.c | 1304 ap->pos = mp = (Namval_t*)dtprev(ap->header.table,&fake); in nv_associative()
|
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 1619 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()
|