Searched refs:error_index (Results 1 – 2 of 2) sorted by relevance
59 static int error_index; variable60 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;61 #define POP_ERROR() error_index--;1549 if (error_index > 0 && error_index < ERROR_NAME_MAX)1550 einfo (_("%F%P:%pS: %s in %s\n"), NULL, arg, error_names[error_index - 1]);
108 static int error_index; variable109 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;110 #define POP_ERROR() error_index--;5029 if (error_index > 0 && error_index < ERROR_NAME_MAX) in yyerror()5030 einfo (_("%F%P:%pS: %s in %s\n"), NULL, arg, error_names[error_index - 1]); in yyerror()