Searched refs:DT_PREV (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/cdt/
H A Ddtview.c63 { if(!(type & (DT_FIRST|DT_LAST|DT_NEXT|DT_PREV|DT_ATLEAST|DT_ATMOST)) )
76 ((type & (DT_PREV|DT_LAST|DT_ATMOST)) && cmp > 0) )
92 if(!(type&(DT_NEXT|DT_PREV)) )
H A Ddtlist.c270 if(h && _DTOBJ(disc,h) == obj && (type & (DT_SEARCH|DT_NEXT|DT_PREV)) )
278 else if(type & (DT_REMOVE|DT_NEXT|DT_PREV) )
283 else if(type&DT_PREV) /* track first object */
322 else if(type&DT_PREV)
H A Ddthash.c293 else if(type&(DT_NEXT|DT_PREV) )
319 else if((type&(DT_REMOVE|DT_NEXT|DT_PREV)) && o != obj )
320 { if(type&(DT_NEXT|DT_PREV) )
335 else if(type & (DT_NEXT|DT_PREV) )
H A Ddttree.c337 else if((type & (DT_REMOVE|DT_NEXT|DT_PREV)) && o == obj)
359 else if((type & (DT_REMOVE|DT_NEXT|DT_PREV)) && o == obj)
511 ((type&(DT_NEXT|DT_PREV|DT_REMOVE)) && _DTOBJ(disc,root) != obj) )
535 else if(type&DT_PREV)
609 else if(type&(DT_PREV|DT_ATMOST) )
/ast/src/cmd/mailx/port/
H A Dcdt.h271 #define DT_PREV 000020 /* find previous element */ macro
321 #define dtprev(d,o) (*(_DT_(d)->searchf))((d),(Void_t*)(o),DT_PREV)
H A Ddttree.c210 else if(type&DT_PREV) /* looking for immediate predecessor */
262 else if(type&DT_PREV)
H A Ddtstkq.c173 /* DT_MATCH|DT_SEARCH|DT_NEXT|DT_PREV: see if it exists */
187 else if(type&DT_PREV)
/ast/src/lib/libast/include/
H A Dcdt.h192 #define DT_PREV 0000000020 /* find previous element */ macro
202 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_ATTACH|DT_DETACH|DT_APPEND|DT_ATLEAST|DT_ATMOST|DT_REMOVE)
332 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV)

Completed in 19 milliseconds