Home
last modified time | relevance | path

Searched refs:DTERROR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtopen.c69 { DTERROR(&pdt, "Error in matching methods to restore dictionary");
91 DTERROR(&pdt, "Error in allocating a new dictionary");
138 { DTERROR(dt, "Error in allocating an object holder"); in _dtmake()
H A Ddthash.c73 { DTERROR(dt, "Error in allocating an extended hash table"); in htable()
394 { DTERROR(dt, "Error in allocating a hash table with chaining"); in hashevent()
H A Dcdtlib.h129 #define DTERROR(dt, mesg) (!((dt)->disc && (dt)->disc->eventf) ? 0 : \ macro
H A Ddtlist.c352 { DTERROR(dt, "Error in allocating a list data structure");
H A Ddttree.c647 { DTERROR(dt, "Error in allocating a tree data structure"); in treeevent()