ReactOS 0.4.16-dev-816-g135a9a9
|
Go to the source code of this file.
Macros | |
#define | GL_BUF_SIZE 1024 |
#define | GL_OK 0 /* Valid line of input entered */ |
#define | GL_EOF (-1) /* End of input */ |
#define | GL_INTERRUPT (-2) /* User hit Ctrl+C */ |
Typedefs | |
typedef size_t(* | gl_strwidth_proc) (char *) |
typedef int(* | gl_in_hook_proc) (char *) |
typedef int(* | gl_out_hook_proc) (char *) |
typedef int(* | gl_tab_hook_proc) (char *, int, int *, size_t) |
typedef size_t(* | gl_strlen_proc) (const char *) |
typedef char *(* | gl_tab_completion_proc) (const char *, int) |
Functions | |
char * | getline (char *) |
void | gl_setwidth (int) |
void | gl_setheight (int) |
void | gl_histadd (char *) |
void | gl_strwidth (gl_strwidth_proc) |
void | gl_tab_completion (gl_tab_completion_proc) |
char * | gl_local_filename_completion_proc (const char *, int) |
void | gl_set_home_dir (const char *homedir) |
void | gl_histsavefile (const char *const path) |
void | gl_histloadfile (const char *const path) |
char * | gl_getpass (const char *const prompt, char *const pass, int dsize) |
int | gl_get_result (void) |
Definition at line 560 of file getline.c.
Definition at line 2051 of file getline.c.
Referenced by DoOpen(), NcFTPGetPassphraseProc(), and OpenCmd().
Definition at line 1314 of file getline.c.
Referenced by AddHistory(), and gl_histloadfile().
Definition at line 1437 of file getline.c.
Referenced by LoadHistory().
Definition at line 1408 of file getline.c.
Referenced by SaveHistory().
Definition at line 2258 of file getline.c.
Referenced by CompletionFunction(), gl_do_tab_completion(), and gl_tab_completion().
Definition at line 1985 of file getline.c.
Referenced by gl_check_inputrc_for_vi(), and gl_local_filename_completion_proc().
Definition at line 532 of file getline.c.
Referenced by gl_init(), and InitReadline().
void gl_strwidth | ( | gl_strwidth_proc | ) |
void gl_tab_completion | ( | gl_tab_completion_proc | proc | ) |
Definition at line 1951 of file getline.c.
|
extern |
Definition at line 89 of file getline.c.
Referenced by FindStartOfCurrentCommand(), getline(), gl_addchar(), gl_del(), gl_fixup(), gl_kill(), gl_killword(), gl_newline(), gl_transpose(), gl_word(), gl_yank(), search_addchar(), search_back(), search_forw(), and search_term().
|
extern |
Definition at line 88 of file getline.c.
Referenced by gl_do_tab_completion(), gl_local_filename_completion_proc(), and RemoteCompletionFunction().
|
extern |
Definition at line 84 of file getline.c.
Referenced by getline(), gl_do_tab_completion(), gl_tab_completion(), and InitReadline().
|
extern |
Definition at line 87 of file getline.c.
Referenced by gl_do_tab_completion(), and gl_fixup().
Definition at line 86 of file getline.c.
Referenced by gl_do_tab_completion().
|
extern |
Definition at line 85 of file getline.c.
Referenced by CompletionFunction(), and gl_do_tab_completion().
|
extern |
Definition at line 80 of file getline.c.
Referenced by getline(), and search_term().
|
extern |
Definition at line 81 of file getline.c.
Referenced by gl_newline().
|
extern |
Referenced by getline(), gl_fixup(), and SaveHistory().
|
extern |