Home
last modified time | relevance | path

Searched refs:DT_RELINK (Results 1 – 22 of 22) sorted by relevance

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/cdt/
H A Ddthash.c215 if((*dt->meth->searchf)(dt, (Void_t*)l, DT_RELINK) == obj) in hlist()
297 if(type&DT_RELINK)
346 { /**/DEBUG_ASSERT(type&(DT_INSERT|DT_ATTACH|DT_APPEND|DT_RELINK));
350 else if(lnk && (type&DT_RELINK) )
358 { if(!(type&(DT_INSERT|DT_APPEND|DT_ATTACH|DT_RELINK)) )
H A Ddttree.c179 if((*dt->meth->searchf)(dt, (Void_t*)r, DT_RELINK) == obj )
428 if(type&DT_RELINK) /* relinking objects after some processing */
577 else if(type&DT_RELINK) /* a duplicate */
626 else if(type&DT_RELINK)
H A Ddtview.c31 DT_ATTACH|DT_DETACH|DT_RELINK|DT_CLEAR| \
H A Ddtlist.c201 if(type&DT_RELINK) /* relink object after some processing */
/dports/shells/ksh93/ast-93u/src/lib/libast/cdt/
H A Ddthash.c215 if((*dt->meth->searchf)(dt, (Void_t*)l, DT_RELINK) == obj) in hlist()
297 if(type&DT_RELINK)
346 { /**/DEBUG_ASSERT(type&(DT_INSERT|DT_ATTACH|DT_APPEND|DT_RELINK));
350 else if(lnk && (type&DT_RELINK) )
358 { if(!(type&(DT_INSERT|DT_APPEND|DT_ATTACH|DT_RELINK)) )
H A Ddttree.c179 if((*dt->meth->searchf)(dt, (Void_t*)r, DT_RELINK) == obj )
428 if(type&DT_RELINK) /* relinking objects after some processing */
577 else if(type&DT_RELINK) /* a duplicate */
626 else if(type&DT_RELINK)
H A Ddtview.c31 DT_ATTACH|DT_DETACH|DT_RELINK|DT_CLEAR| \
H A Ddtlist.c201 if(type&DT_RELINK) /* relink object after some processing */
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/cdt/
H A Ddthash.c215 if ((*dt->meth->searchf)(dt, (void *)lnk, DT_RELINK) == obj) dt->data->size += 1; in dthash_hlist()
326 if (type & DT_RELINK) { in dthashchain()
413 assert(type & (DT_INSERT | DT_ATTACH | DT_APPEND | DT_RELINK)); in dthashchain()
419 } else if (lnk && (type & DT_RELINK)) { /* remove a duplicate */ in dthashchain()
429 if (!(type & (DT_INSERT | DT_INSTALL | DT_APPEND | DT_ATTACH | DT_RELINK))) { in dthashchain()
H A Ddttree.c169 if ((*dt->meth->searchf)(dt, (void *)r, DT_RELINK) == obj) dt->data->size += 1; in dttree_list()
429 if (type & DT_RELINK) /* relinking objects after some processing */ in dttree()
592 } else if (type & DT_RELINK) /* a duplicate */ in dttree()
648 } else if (type & DT_RELINK) { in dttree()
H A Ddtrehash.c71 #define H_INSERT (DT_INSERT | DT_INSTALL | DT_APPEND | DT_ATTACH | DT_RELINK)
360 if ((dt->meth->searchf)(dt, (void *)l, DT_RELINK) == obj) hash->data.size += 1; in dtrehash_list()
498 if (type & DT_RELINK) /* reinserting an object */ in dthashtrie()
586 } else if (type & DT_RELINK) { in dthashtrie()
H A Ddtview.c35 (DT_INSERT | DT_APPEND | DT_DELETE | DT_ATTACH | DT_DETACH | DT_RELINK | DT_CLEAR | \
H A Ddtlist.c196 if (type & DT_RELINK) /* relink object after some processing */ in dtlist()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/cdt/
H A Ddthash.c211 if((*dt->meth->searchf)(dt, (Void_t*)lnk, DT_RELINK) == obj) in hlist()
332 if(type&DT_RELINK)
406 { /**/DEBUG_ASSERT(type&(DT_INSERT|DT_ATTACH|DT_APPEND|DT_RELINK));
412 else if(lnk && (type&DT_RELINK) )
423 { if(!(type&(DT_INSERT|DT_INSTALL|DT_APPEND|DT_ATTACH|DT_RELINK)) )
H A Ddttree.c179 if((*dt->meth->searchf)(dt, (Void_t*)r, DT_RELINK) == obj )
456 if(type&DT_RELINK) /* relinking objects after some processing */
621 else if(type&DT_RELINK) /* a duplicate */
678 else if(type&DT_RELINK)
H A Ddtview.c31 DT_ATTACH|DT_DETACH|DT_RELINK|DT_CLEAR| \
H A Ddtrehash.c76 #define H_INSERT (DT_INSERT|DT_INSTALL|DT_APPEND|DT_ATTACH|DT_RELINK)
392 if((dt->meth->searchf)(dt, (Void_t*)l, DT_RELINK) == obj)
546 if(type&DT_RELINK) /* reinserting an object */ in dthashtrie()
626 else if(type&DT_RELINK ) in dthashtrie()
H A Ddtlist.c229 if(type&DT_RELINK) /* relink object after some processing */
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/include/
H A Dcdt.h189 #define DT_RELINK 0000002000 /* re-inserting (dtdisc,dtmethod...) */ macro
196 (DT_TOANNOUNCE | DT_RELINK | DT_FLATTEN | DT_CLEAR | DT_EXTRACT | DT_RESTORE | DT_STAT)
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Dcdt.h204 #define DT_RELINK 0000002000 /* re-inserting (dtdisc,dtmethod...) */ macro
210 #define DT_OPERATIONS (DT_TOANNOUNCE|DT_RELINK|DT_FLATTEN|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_STAT)
/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Dcdt.h204 #define DT_RELINK 0000002000 /* re-inserting (dtdisc,dtmethod...) */ macro
210 #define DT_OPERATIONS (DT_TOANNOUNCE|DT_RELINK|DT_FLATTEN|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_STAT)
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/include/
H A Dcdt.h210 #define DT_RELINK 0000002000 /* re-inserting (dtdisc,dtmethod...) */ macro
216 #define DT_OPERATIONS (DT_TOANNOUNCE|DT_RELINK|DT_FLATTEN|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_STAT)