#include "DllImport.h"
Go to the source code of this file.
Enumerations | |
enum | EGetLineMode |
Functions | |
char * | Getline (const char *prompt) |
char * | Getlinem (EGetLineMode mode, const char *prompt) |
void | Gl_config (const char *which, int value) |
void | Gl_setwidth (int width) |
void | Gl_windowchanged () |
void | Gl_histsize (int size, int save) |
void | Gl_histinit (char *file) |
void | Gl_histadd (char *buf) |
int | Gl_eof () |
Variables | |
R__EXTERN int(*) | Gl_in_hook (char *buf) |
R__EXTERN int(*) | Gl_out_hook (char *buf) |
R__EXTERN int(*) | Gl_tab_hook (char *buf, int prompt_width, int *cursor_loc) |
R__EXTERN int(*) | Gl_beep_hook () |
R__EXTERN int(*) | Gl_in_key (int key) |
enum EGetLineMode |
char* Getline | ( | const char * | prompt | ) |
char* Getlinem | ( | EGetLineMode | mode, | |
const char * | prompt | |||
) |
void Gl_config | ( | const char * | which, | |
int | value | |||
) |
void Gl_histadd | ( | char * | buf | ) |
void Gl_histinit | ( | char * | file | ) |
void Gl_setwidth | ( | int | width | ) |
void Gl_windowchanged | ( | ) |
R__EXTERN int(*) Gl_beep_hook() |
R__EXTERN int(*) Gl_in_hook(char *buf) |
R__EXTERN int(*) Gl_out_hook(char *buf) |
R__EXTERN int(*) Gl_tab_hook(char *buf, int prompt_width, int *cursor_loc) |