Searched defs:T_ERROR (Results 1 – 4 of 4) sorted by relevance
119 #define T_ERROR(func, ...) do { \ macro220 #define T_ERROR(func, ...) func(__VA_ARGS__) macro
3239 enum type_return { T_OK=0, T_WARN, T_ERROR }; enumerator
3573 enum type_return { T_OK=0, T_WARN, T_ERROR }; enumerator