Searched refs:errorNum (Results 1 – 1 of 1) sorted by relevance
90 #define RETURN_ERROR_INT(errorNum, ...) { \ argument92 DISPLAYLEVEL(1, "Error %i : ", errorNum); \95 return errorNum; \110 #define RETURN_ERROR(errorNum, retType, ...) { \ argument114 DISPLAYLEVEL(1, "Error %i : ", errorNum); \117 r.tag = errorNum; \