GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TERMKEY_GET_KEYNAME(3) FreeBSD Library Functions Manual TERMKEY_GET_KEYNAME(3)

termkey_get_keyname - return a string name for a symbolic key

#include <termkey.h>

const char *termkey_get_keyname(TermKey *tk, TermKeySym sym);

Link with -ltermkey.

termkey_get_keyname() returns a human-readable string name for the symbolic key value given by sym. The returned string is owned by the termkey(7) instance tk so should not be modified or freed. The returned pointer is guaranteed to be valid until the instance is released using termkey_destroy(3). This function is the inverse of termkey_keyname2sym(3).

termkey_get_key() returns a pointer to a string.

termkey_lookup_keyname(3), termkey_keyname2sym(3), termkey_strfkey(3), termkey(7)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.