| Line 12... |
Line 12... |
| 12 |
void Rstd_WriteConsoleEx(const char *buf, int len, int otype);
|
12 |
void Rstd_WriteConsoleEx(const char *buf, int len, int otype);
|
| 13 |
void Rstd_ResetConsole(void);
|
13 |
void Rstd_ResetConsole(void);
|
| 14 |
void Rstd_FlushConsole(void);
|
14 |
void Rstd_FlushConsole(void);
|
| 15 |
void Rstd_ClearerrConsole(void);
|
15 |
void Rstd_ClearerrConsole(void);
|
| 16 |
void Rstd_Busy(int which);
|
16 |
void Rstd_Busy(int which);
|
| 17 |
void NORET Rstd_CleanUp(SA_TYPE saveact, int status, int runLast);
|
17 |
NORET void Rstd_CleanUp(SA_TYPE saveact, int status, int runLast);
|
| 18 |
int Rstd_ShowFiles(int nfile, const char **file, const char **headers,
|
18 |
int Rstd_ShowFiles(int nfile, const char **file, const char **headers,
|
| 19 |
const char *wtitle, Rboolean del, const char *pager);
|
19 |
const char *wtitle, Rboolean del, const char *pager);
|
| 20 |
int Rstd_ChooseFile(int _new, char *buf, int len);
|
20 |
int Rstd_ChooseFile(int _new, char *buf, int len);
|
| 21 |
void Rstd_loadhistory(SEXP call, SEXP op, SEXP args, SEXP env);
|
21 |
void Rstd_loadhistory(SEXP call, SEXP op, SEXP args, SEXP env);
|
| 22 |
void Rstd_savehistory(SEXP call, SEXP op, SEXP args, SEXP env);
|
22 |
void Rstd_savehistory(SEXP call, SEXP op, SEXP args, SEXP env);
|