Lines Matching full:ctrl
44 * - Filter bogus Ctrl+<char> combinations.
49 * - History search like Ctrl+r in readline?
241 case 4: /* ctrl-d */
244 case 3: /* ctrl-c */
248 case 8: /* ctrl-h */
257 case 20: /* ctrl-t */
266 case 2: /* ctrl-b */
268 case 6: /* ctrl-f */
270 case 16: /* ctrl-p */
273 case 14: /* ctrl-n */
341 case 21: /* Ctrl+u, delete the whole line. */
346 case 11: /* Ctrl+k, delete from current to end of line. */
351 case 1: /* Ctrl+a, go to the start of the line */
355 case 5: /* ctrl+e, go to the end of the line */