Lines Matching full:readline
16 4. A command pattern matcher which is used along with the readline completion feature.
31 #include <readline.h>
68 char last_command_line [80]; /* A simple one command cache, in addition to the readline history */
190 * function, dispatch, to analyze it. We use the readline library
191 * function readline to read the command, hence all the usual readline
193 * readline's history and in our tiny one-command cache, so that only
225 * using the readline library I'm breaking its
233 ptr=readline ("ext2ed > ");
237 * Readline allocated the buffer - Copy the string
251 /* Emulate readline's actions for ncurses */
453 * completions we already returned to readline.
456 * are no more completions. This function will be called by readline