Searched refs:DT_LIST (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/mailx/port/
H A Ddtsize.c99 else if(dt->data->type&(DT_LIST|DT_STACK|DT_QUEUE))
100 { t = (dt->data->type&DT_LIST) ? dt->data->head : dt->data->here;
H A Ddtview.c146 if((dt->data->type&(DT_LIST|DT_STACK|DT_QUEUE)) ||
147 (view && view->data->type&(DT_LIST|DT_STACK|DT_QUEUE)) )
H A Ddtflatten.c111 else if(dt->data->type&(DT_LIST|DT_STACK|DT_QUEUE) )
H A Ddtmethod.c104 if(dt->data->type&DT_LIST)
H A Ddtrenew.c117 else if(dt->data->type&DT_LIST)
H A Dcdt.h251 #define DT_LIST 000004 /* linked list */ macro
H A Ddtlist.c223 Dtmethod_t _Dtlist = { dtlist, DT_LIST };
/ast/src/lib/libast/cdt/
H A Ddtlist.c216 else if(dt->meth->type&DT_LIST)
371 static Dtmethod_t _Dtlist = { dtlist, DT_LIST, listevent, "Dtlist" };
/ast/src/lib/libast/include/
H A Dcdt.h174 #define DT_LIST 0000000020 /* linked list */ macro

Completed in 33 milliseconds