Home
last modified time | relevance | path

Searched refs:ctrl_f (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/test/API/iohandler/autosuggestion/
DTestAutosuggestion.py44 ctrl_f = "\x06"
59 self.child.send(ctrl_f + "\n")
63 self.child.send("hel" + ctrl_f + ctrl_f + "\n")
69 self.child.send("hel\t" + ctrl_f + "\n")
73 self.child.send("a1234" + 5 * delete + "hel" + ctrl_f + "\n")
77 self.child.send("help x" + delete + ctrl_f + "\n")
96 self.child.send(ctrl_f + "\n")
101 self.child.send(ctrl_f + "help breakpoint" +"\n")
/external/toybox/toys/pending/
Dvi.c981 static void ctrl_f() in ctrl_f() function
1560 else if (key==KEY_PGDN) ctrl_f(); in vi_main()
1591 ctrl_f(); in vi_main()