The R Project SVN R

Rev

Rev 25476 | Rev 29746 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25476 Rev 25750
Line 33... Line 33...
33
void Rgnome_CleanUp(SA_TYPE saveact, int status, int runLast);
33
void Rgnome_CleanUp(SA_TYPE saveact, int status, int runLast);
34
int  Rgnome_ShowFiles(int nfile, char **file, char **headers, char *wtitle,
34
int  Rgnome_ShowFiles(int nfile, char **file, char **headers, char *wtitle,
35
		      Rboolean del, char *pager);
35
		      Rboolean del, char *pager);
36
int  Rgnome_ChooseFile(int new, char *buf, int len);
36
int  Rgnome_ChooseFile(int new, char *buf, int len);
37
 
37
 
38
void Raqua_StartConsole(void);
38
void Raqua_StartConsole(Rboolean OpenConsole);
39
int  Raqua_ReadConsole(char *prompt, unsigned char *buf, int len, 
39
int  Raqua_ReadConsole(char *prompt, unsigned char *buf, int len, 
40
			int addtohistory);
40
			int addtohistory);
41
void Raqua_WriteConsole(char *buf, int len);
41
void Raqua_WriteConsole(char *buf, int len);
42
void Raqua_ResetConsole(void);
42
void Raqua_ResetConsole(void);
43
void Raqua_FlushConsole(void);
43
void Raqua_FlushConsole(void);