Home | History | Annotate | Download | only in LineEditor

Lines Matching refs:LE

20   LineEditor *LE;
29 LE = new LineEditor("test", HistPath);
33 delete LE;
39 LE->saveHistory();
40 LE->loadHistory();
61 LE->setListCompleter(TestListCompleter(Comps));
62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0);
67 LE->setListCompleter(TestListCompleter(Comps));
68 CA = LE->getCompletionAction("", 0);
79 LE->setListCompleter(TestListCompleter(Comps));
80 CA = LE->getCompletionAction("", 0);