Home
last modified time | relevance | path

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

/freebsd/sys/teken/
H A Dteken.h191 #define TKEY_END 0x05 macro
H A Dteken.c696 [TKEY_HOME] = "\x1B[H", [TKEY_END] = "\x1B[F",
712 [TKEY_HOME] = "\x1BOH", [TKEY_END] = "\x1BOF",
719 [TKEY_HOME] = "\x1B[H", [TKEY_END] = "\x1B[F",
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c266 k = TKEY_END; in scteken_fkeystr()
/freebsd/sys/dev/vt/
H A Dvt_core.c977 terminal_input_special(vw->vw_terminal, TKEY_END); in vt_processkey()