#include "editline.h"
#include <unistd.h>
#include <sys/types.h>
#include <signal.h>
#include <termios.h>
Go to the source code of this file.
Macros | |
#define | _POSIX_SOURCE |
Functions | |
void | TTYflush () |
void | rl_ttyset (int Reset) |
int | TTYget () |
void | rl_add_slash (char *path, char *p) |
int | el_is_directory (char *path) |
void | do_user_intr () |
Variables | |
CONST ECHAR | el_NIL [] |
int | el_user_intr = 0 |
int | el_PushBack =0 |
int | el_Pushed =0 |
CONST ECHAR * | el_Input = el_NIL |
#define _POSIX_SOURCE |
Definition at line 44 of file el_sys_unix.c.
void TTYflush | ( | ) |
Definition at line 237 of file editline.c.
void rl_ttyset | ( | int | Reset | ) |
Definition at line 63 of file el_sys_unix.c.
int TTYget | ( | ) |
Definition at line 134 of file el_sys_unix.c.
void rl_add_slash | ( | char * | path, |
char * | p | ||
) |
Definition at line 150 of file el_sys_unix.c.
int el_is_directory | ( | char * | path | ) |
Definition at line 158 of file el_sys_unix.c.
void do_user_intr | ( | ) |
Definition at line 168 of file el_sys_unix.c.
Definition at line 113 of file editline.c.
int el_user_intr = 0 |
Definition at line 53 of file el_sys_unix.c.
int el_PushBack =0 |
Definition at line 54 of file el_sys_unix.c.
int el_Pushed =0 |
Definition at line 55 of file el_sys_unix.c.
Definition at line 56 of file el_sys_unix.c.