Home | History | Annotate | Download | only in dist

Lines Matching full:readline

47 # include <readline/readline.h>
48 # include <readline/history.h>
50 # define readline(p) local_getline(p,stdin)
322 ** The interface is like "readline" but no command-line editing
384 zResult = readline(zPrompt);