Home
last modified time | relevance | path

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

/dports/deskutils/calcurse/calcurse-4.7.1/src/
H A Dhelp.c107 int ch = keys_str2int(topic); in display_help()
H A Dkeys.c383 int keys_str2int(const char *key) in keys_str2int() function
712 ch = keys_str2int(key_ch); in keys_fill_missing()
H A Dcalcurse.h956 int keys_str2int(const char *);
H A Dcustom.c1138 ch = keys_str2int(keystr); in custom_keys_config()
H A Dio.c1037 if ((ch = keys_str2int(key_ch)) < 0) { in io_load_keys()