Data Structures |
| struct | _R_ReadlineData |
| struct | R_InputHandlerLoopData |
| struct | R_ReplState |
Typedefs |
| typedef _R_ReadlineData | R_ReadlineData |
Functions |
| char * | R_PromptString (int browselevel, int type) |
| int | Rf_ReplIteration (SEXP rho, int savestack, int browselevel, R_ReplState *state) |
| SEXP | addReadlineHandler (void *) |
| int | removeReadlineHandler (void *data, SEXP id) |
| void | readlineHandler (char *line) |
| void | resetReadline (R_ReadlineData *) |
| int | local_Rstd_ReadConsole (char *prompt, unsigned char *buf, int len, int addtohistory) |
| int | copyREventLoop (R_EventLoop *target, InputHandler *handlers) |
| void | R_mainLoop (long *copy) |
| void | R_runEventLoop (long *copy) |
| void | R_event_loop_quit () |
| void | ReadlineHandler (void *data, int fd, int mask) |
| int | Rf_MainQuit (void *unused) |
| SEXP | R_sleep (SEXP interval) |
| void | scanReadlineHandler (void *data, int fd, int mask) |
| SEXP | R_localAddIdle (R_IdleFunc f, void *userData) |
| void | R_genericEventLoopInputDispatch (void *ptr, int fd, int mask) |
| int | R_timerCallback (void *data) |
| R_CallbackData * | createCallbackData (SEXP sfunc, SEXP data, SEXP useData) |
| SEXP | R_AddTimeout (SEXP sinterval, SEXP sfunc, SEXP data, SEXP useData) |
| SEXP | R_AddIdle (SEXP sfunc, SEXP data, SEXP useData) |
Variables |
| DL_FUNC | ptr_R_ReadConsole |
| int | UsingReadline |
| R_ReadlineData * | rl_top = NULL |
| R_EventLoop | R_GtkEventLoop |
| R_EventLoop * | R_eloop = &R_GtkEventLoop |