Home
last modified time | relevance | path

Searched refs:DT_LAST (Results 1 – 25 of 58) sorted by relevance

123

/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/cdt/
H A Ddtview.c49 ((type & (DT_FIRST | DT_LAST | DT_ATLEAST | DT_ATMOST)) && in dtvsearch()
60 if (!(type & (DT_FIRST | DT_LAST | DT_NEXT | DT_PREV | DT_ATLEAST | DT_ATMOST))) { in dtvsearch()
75 ((type & (DT_PREV | DT_LAST | DT_ATMOST)) && cmp > 0)) { in dtvsearch()
118 obj = (*(d->meth->searchf))(d, NULL, DT_LAST); in dtvsearch()
/dports/graphics/graphviz/graphviz-2.44.1/lib/cdt/
H A Ddtview.c21 ((type&(DT_FIRST|DT_LAST)) && !(dt->meth->type&(DT_OBAG|DT_OSET)) ) ) in dtvsearch()
30 { if(!(type & (DT_FIRST|DT_LAST|DT_NEXT|DT_PREV)) ) in dtvsearch()
43 ((type & (DT_PREV|DT_LAST)) && cmp > 0) ) in dtvsearch()
85 else obj = (*(d->meth->searchf))(d,NIL(void*),DT_LAST); in dtvsearch()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/cdt/
H A Ddtview.c54 ((type & (DT_FIRST|DT_LAST|DT_ATLEAST|DT_ATMOST)) && !(dt->meth->type&DT_ORDERED) ) )
63 { if(!(type & (DT_FIRST|DT_LAST|DT_NEXT|DT_PREV|DT_ATLEAST|DT_ATMOST)) )
76 ((type & (DT_PREV|DT_LAST|DT_ATMOST)) && cmp > 0) )
119 else obj = (*(d->meth->searchf))(d,NIL(Void_t*),DT_LAST);
/dports/shells/ksh93/ast-93u/src/lib/libast/cdt/
H A Ddtview.c54 ((type & (DT_FIRST|DT_LAST|DT_ATLEAST|DT_ATMOST)) && !(dt->meth->type&DT_ORDERED) ) )
63 { if(!(type & (DT_FIRST|DT_LAST|DT_NEXT|DT_PREV|DT_ATLEAST|DT_ATMOST)) )
76 ((type & (DT_PREV|DT_LAST|DT_ATMOST)) && cmp > 0) )
119 else obj = (*(d->meth->searchf))(d,NIL(Void_t*),DT_LAST);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/cdt/
H A Ddtview.c54 ((type & (DT_FIRST|DT_LAST|DT_ATLEAST|DT_ATMOST)) && !(dt->meth->type&DT_ORDERED) ) )
63 { if(!(type & (DT_FIRST|DT_LAST|DT_NEXT|DT_PREV|DT_ATLEAST|DT_ATMOST)) )
76 ((type & (DT_PREV|DT_LAST|DT_ATMOST)) && cmp > 0) )
119 else obj = (*(d->meth->searchf))(d,NIL(Void_t*),DT_LAST);
/dports/shells/ksh93/ast-93u/src/cmd/mailx/port/
H A Ddtview.c92 if(!obj && !(type&(DT_FIRST|DT_LAST)) )
95 if(type&(DT_MATCH|DT_SEARCH|DT_FIRST|DT_LAST))
131 o = (*(d->meth->searchf))(d,NIL(Void_t*),DT_LAST);
H A Ddthash.c141 { if(dt->data->size <= 0 || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
168 t = (type&DT_LAST) ? *--eslot : *slot++;
169 if(t && (type&DT_LAST))
H A Ddtlist.c91 { if(!(r = dt->data->head) || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
108 { if(type&DT_LAST)
H A Ddtstkq.c111 { if(!(r = dt->data->head) || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
128 { if(type&DT_LAST)
H A Dcdt.h275 #define DT_LAST 000400 /* get last object */ macro
320 #define dtlast(d) (*(_DT_(d)->searchf))((d),NIL(Void_t*),DT_LAST)
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/port/
H A Ddtview.c92 if(!obj && !(type&(DT_FIRST|DT_LAST)) )
95 if(type&(DT_MATCH|DT_SEARCH|DT_FIRST|DT_LAST))
131 o = (*(d->meth->searchf))(d,NIL(Void_t*),DT_LAST);
H A Ddthash.c141 { if(dt->data->size <= 0 || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
168 t = (type&DT_LAST) ? *--eslot : *slot++;
169 if(t && (type&DT_LAST))
H A Ddtlist.c91 { if(!(r = dt->data->head) || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
108 { if(type&DT_LAST)
H A Ddtstkq.c111 { if(!(r = dt->data->head) || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
128 { if(type&DT_LAST)
H A Dcdt.h275 #define DT_LAST 000400 /* get last object */ macro
320 #define dtlast(d) (*(_DT_(d)->searchf))((d),NIL(Void_t*),DT_LAST)
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/port/
H A Ddtview.c92 if(!obj && !(type&(DT_FIRST|DT_LAST)) )
95 if(type&(DT_MATCH|DT_SEARCH|DT_FIRST|DT_LAST))
131 o = (*(d->meth->searchf))(d,NIL(Void_t*),DT_LAST);
H A Ddthash.c141 { if(dt->data->size <= 0 || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
168 t = (type&DT_LAST) ? *--eslot : *slot++;
169 if(t && (type&DT_LAST))
H A Ddtlist.c91 { if(!(r = dt->data->head) || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
108 { if(type&DT_LAST)
H A Ddtstkq.c111 { if(!(r = dt->data->head) || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
128 { if(type&DT_LAST)
H A Dcdt.h275 #define DT_LAST 000400 /* get last object */ macro
320 #define dtlast(d) (*(_DT_(d)->searchf))((d),NIL(Void_t*),DT_LAST)
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/include/
H A Dcdt.h172 #define DT_LAST 0000000400 /* get last object */ macro
185 (DT_INSERT | DT_DELETE | DT_SEARCH | DT_NEXT | DT_PREV | DT_FIRST | DT_LAST | DT_MATCH | \
271 #define dtlast(d) (*(_DT(d)->searchf))((d), (void *)(0), DT_LAST)
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dtag.h15 #define DT_LAST 6 // jump to first match of same tag macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Dcdt.h194 #define DT_LAST 0000000400 /* get last object */ macro
202 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_A…
331 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST)
/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Dcdt.h194 #define DT_LAST 0000000400 /* get last object */ macro
202 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_A…
331 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST)
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/include/
H A Dcdt.h196 #define DT_LAST 0000000400 /* get last object */ macro
208 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_A…
331 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST)

123