Home
last modified time | relevance | path

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

/minix3/external/bsd/tmux/dist/
H A Dcmd-send-keys.c92 (key = key_string_lookup_string((const char *)str)) != KEYC_NONE) { in cmd_send_keys_exec()
H A Dcmd-unbind-key.c53 key = key_string_lookup_string(args->argv[0]); in cmd_unbind_key_exec()
H A Dcmd-bind-key.c63 key = key_string_lookup_string(args->argv[0]); in cmd_bind_key_exec()
H A Dkey-string.c137 key_string_lookup_string(const char *string) in key_string_lookup_string() function
H A Dcmd-set-option.c382 if ((key = key_string_lookup_string(value)) == KEYC_NONE) { in cmd_set_option_key()
H A Dtmux.h1881 int key_string_lookup_string(const char *);