Home
last modified time | relevance | path

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

/freebsd/sys/teken/
H A Dteken.h197 #define TKEY_F1 0x0a macro
H A Dteken.c700 [TKEY_F1] = "\x1B[M", [TKEY_F2] = "\x1B[N",
723 [TKEY_F1] = "\x1BOP", [TKEY_F2] = "\x1BOQ",
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c248 k = TKEY_F1 + c - (FKEY | F(1)); in scteken_fkeystr()
/freebsd/sys/dev/vt/
H A Dvt_core.c959 TKEY_F1 + c - (FKEY | F(1))); in vt_processkey()