Searched defs:CBS_CONT (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Dcallback.h60 CBS_CONT, /* The iteration should continue. */ enumerator in enum:callback_status
65 #define CBS_STOP_IF(X) ((X) ? CBS_STOP : CBS_CONT)
66 #define CBS_CONT_IF(X) ((X) ? CBS_CONT : CBS_STOP)

Completed in 853 milliseconds