Home
last modified time | relevance | path

Searched refs:error_index (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dldgram.y59 static int error_index; variable
60 #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]);
Dldgram.c108 static int error_index; variable
109 #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()