Searched refs:ERROR_NAME_MAX (Results 1 – 1 of 1) sorted by relevance
54 #define ERROR_NAME_MAX 20 macro55 static char *error_names[ERROR_NAME_MAX];57 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;1478 if (error_index > 0 && error_index < ERROR_NAME_MAX)