Obtain a function pointer associated with a keymap
FVOID_STAR SLang_find_key_function (fname, km);
char *fname;
SLKeyMap_List_Type *km;
The SLang_find_key_function
routine searches through the
SLKeymap_Function_Type
list of functions associated with the
keymap km
for the function with name fname
.
If a matching function is found, a pointer to the function will
be returned, otherwise SLang_find_key_function
will return
NULL
.
SLang_create_keymap, SLang_find_keymap