| Line 2349... |
Line 2349... |
| 2349 |
int nextra, const char *format, ...)
|
2349 |
int nextra, const char *format, ...)
|
| 2350 |
R_PRINTF_FORMAT(5,0);
|
2350 |
R_PRINTF_FORMAT(5,0);
|
| 2351 |
|
2351 |
|
| 2352 |
NORET void R_MissingArgError (SEXP symbol, SEXP call, const char* subclass);
|
2352 |
NORET void R_MissingArgError (SEXP symbol, SEXP call, const char* subclass);
|
| 2353 |
NORET void R_MissingArgError_c (const char *arg, SEXP call, const char* subclass);
|
2353 |
NORET void R_MissingArgError_c (const char *arg, SEXP call, const char* subclass);
|
| - |
|
2354 |
NORET void R_ObjectNotFoundError(SEXP sym, SEXP call, const char *mode);
|
| 2354 |
NORET attribute_hidden void R_FunctionNotFoundError(SEXP call, SEXP sym);
|
2355 |
NORET void R_FunctionNotFoundError(SEXP sym, SEXP call);
|
| 2355 |
|
2356 |
|
| 2356 |
SEXP R_makePartialMatchWarningCondition(SEXP call, SEXP argument, SEXP formal);
|
2357 |
SEXP R_makePartialMatchWarningCondition(SEXP call, SEXP argument, SEXP formal);
|
| 2357 |
|
2358 |
|
| 2358 |
void R_setConditionField(SEXP cond, R_xlen_t idx, const char *name, SEXP val);
|
2359 |
void R_setConditionField(SEXP cond, R_xlen_t idx, const char *name, SEXP val);
|
| 2359 |
SEXP R_makeNotSubsettableError(SEXP x, SEXP call);
|
2360 |
SEXP R_makeNotSubsettableError(SEXP x, SEXP call);
|