Searched refs:DT_INSERT (Results 1 - 12 of 12) sorted by relevance

/ast/src/cmd/mailx/port/
H A Ddtlist.c148 if(type&(DT_MATCH|DT_SEARCH|DT_DELETE|DT_INSERT|DT_RENEW))
159 else if(type&DT_INSERT)
192 else if(type&DT_INSERT)
H A Ddthash.c208 { if(!(type&(DT_RENEW|DT_INSERT)) )
219 if(type&DT_INSERT)
244 if(type&(DT_MATCH|DT_SEARCH|DT_INSERT) )
H A Ddtview.c89 if(type&(DT_INSERT|DT_DELETE|DT_CLEAR|DT_RENEW))
H A Dcdt.h267 #define DT_INSERT 000001 /* insert object if not found */ macro
323 #define dtinsert(d,o) (*(_DT_(d)->searchf))((d),(Void_t*)(o),DT_INSERT)
H A Ddtstkq.c135 if(type&DT_INSERT) /* always allow inserts */
H A Ddttree.c236 else if(type&DT_INSERT)
/ast/src/lib/libast/include/
H A Dcdt.h188 #define DT_INSERT 0000000001 /* insert object if not found */ 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)
336 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT)
/ast/src/lib/libast/cdt/
H A Ddtview.c30 #define DT_NOVIEWPATH (DT_INSERT|DT_APPEND|DT_DELETE|\
H A Ddthash.c346 { /**/DEBUG_ASSERT(type&(DT_INSERT|DT_ATTACH|DT_APPEND|DT_RELINK));
348 { if(type&(DT_INSERT|DT_APPEND|DT_ATTACH) )
358 { if(!(type&(DT_INSERT|DT_APPEND|DT_ATTACH|DT_RELINK)) )
H A Ddtlist.c205 else if(type&(DT_INSERT|DT_APPEND|DT_ATTACH))
H A Ddttree.c565 else if(type&(DT_INSERT|DT_APPEND|DT_ATTACH))
615 else if(type&(DT_INSERT|DT_APPEND|DT_ATTACH))
/ast/src/cmd/tests/cdt/
H A Dtvsharemem.c150 if(type & ~(DT_ANNOUNCE|DT_INSERT|DT_ATTACH) )

Completed in 24 milliseconds