Home
last modified time | relevance | path

Searched refs:EditLine (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LineEditor/
DLineEditor.cpp103 EditLine *EL;
113 const char *ElGetPromptFn(EditLine *EL) { in ElGetPromptFn()
124 unsigned char ElCompletionFn(EditLine *EL, int ch) { in ElCompletionFn()
/external/llvm/lib/LineEditor/
DLineEditor.cpp103 EditLine *EL;
113 const char *ElGetPromptFn(EditLine *EL) { in ElGetPromptFn()
124 unsigned char ElCompletionFn(EditLine *EL, int ch) { in ElCompletionFn()
/external/openssh/
Dsftp.c47 typedef void EditLine; typedef
1676 prompt(EditLine *el) in prompt()
1755 complete_cmd_parse(EditLine *el, char *cmd, int lastarg, char quote, in complete_cmd_parse()
1846 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match()
1973 complete(EditLine *el, int ch) in complete()
2043 EditLine *el = NULL; in interactive_loop()