Searched defs:readline (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dreadline.c27 #include <readline/readline.h>
31 * Minimal readline
322 char * readline ( const char *prompt ) { function
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileStream.cpp223 PRBool nsRandomAccessInputStream::readline(char* s, PRInt32 n) function in class:nsRandomAccessInputStream
250 } // nsRandomAccessInputStream::readline
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py12 history if you have Python readline installed.
55 import readline namespace
106 begIdx = readline.get_begidx()
125 phrase = readline.get_line_buffer()
169 readline.set_completer(completer.complete)
170 delims = readline.get_completer_delims()
171 readline.set_completer_delims(re.sub("[\\./-]", "", delims)) # remove some of the delimiters
172 readline.parse_and_bind("set editing-mode emacs")
175 # see http://www.certif.com/spec_help/readline.html
176 readline
[all...]

Completed in 51 milliseconds