Searched refs:errorNum (Results 1 – 1 of 1) sorted by relevance
91 #define RETURN_ERROR_INT(errorNum, ...) { \ argument93 DISPLAYLEVEL(1, "Error %i : ", errorNum); \96 return errorNum; \111 #define RETURN_ERROR(errorNum, retType, ...) { \ argument115 DISPLAYLEVEL(1, "Error %i : ", errorNum); \118 r.tag = errorNum; \