Go to the source code of this file.
Macros | |
#define | ESC "\033" |
#define | ESCB "\033[" |
Functions | |
void | TTYflush () |
void | rl_ttyset (int Reset) |
unsigned int | TTYget () |
void | rl_add_slash (char *path, char *p) |
int | el_is_directory (char *path) |
void | do_user_intr () |
int | tgetent (char *bp, const char *name) |
int | tgetnum (const char *id) |
int | tgetstr (const char *id, char **area) |
Variables | |
CONST ECHAR | el_NIL [] |
int | el_user_intr = 0 |
int | el_PushBack =0 |
int | el_Pushed =0 |
CONST ECHAR * | el_Input = el_NIL |
STATIC HANDLE | hStdin |
#define ESC "\033" |
Definition at line 134 of file el_sys_win32.c.
#define ESCB "\033[" |
Definition at line 135 of file el_sys_win32.c.
void TTYflush | ( | ) |
Definition at line 237 of file editline.c.
void rl_ttyset | ( | int | Reset | ) |
Definition at line 58 of file el_sys_win32.c.
unsigned int TTYget | ( | ) |
Definition at line 67 of file el_sys_win32.c.
void rl_add_slash | ( | char * | path, |
char * | p | ||
) |
Definition at line 88 of file el_sys_win32.c.
int el_is_directory | ( | char * | path | ) |
Definition at line 98 of file el_sys_win32.c.
void do_user_intr | ( | ) |
Definition at line 111 of file el_sys_win32.c.
int tgetent | ( | char * | bp, |
const char * | name | ||
) |
Definition at line 119 of file el_sys_win32.c.
int tgetnum | ( | const char * | id | ) |
Definition at line 125 of file el_sys_win32.c.
int tgetstr | ( | const char * | id, |
char ** | area | ||
) |
Definition at line 138 of file el_sys_win32.c.
Definition at line 113 of file editline.c.
int el_user_intr = 0 |
Definition at line 49 of file el_sys_win32.c.
int el_PushBack =0 |
Definition at line 50 of file el_sys_win32.c.
int el_Pushed =0 |
Definition at line 51 of file el_sys_win32.c.
Definition at line 52 of file el_sys_win32.c.
STATIC HANDLE hStdin |
Definition at line 56 of file el_sys_win32.c.