Home | History | Annotate | Download | only in dist

Lines Matching full:readline

42 # include <readline/readline.h>
43 # include <readline/history.h>
45 # define readline(p) local_getline(p,stdin)
317 ** The interface is like "readline" but no command-line editing
379 zResult = readline(zPrompt);