Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dkey.c34 static const char *alt_key_notation(int ch);
273 const char *notation = alt_key_notation(ch); in v_key_name()
763 alt_key_notation(int ch) in alt_key_notation() function