Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/linenoise/
H A Dlinenoise.c143 CTRL_E = 5, /* Ctrl-e */ enumerator
755 case CTRL_E: /* ctrl+e, go to the end of the line */ in linenoiseEdit()