Symbol: key_string_lookup_key
usr.bin/tmux/cmd-list-keys.c
158
format_add(ft, "key_string", "%s", key_string_lookup_key(bd->key, 0));
usr.bin/tmux/cmd-list-keys.c
66
return (xstrdup(key_string_lookup_key(prefix, 0)));
usr.bin/tmux/cmd-list-keys.c
75
width = utf8_cstrwidth(key_string_lookup_key(l[i]->key, 0));
usr.bin/tmux/cmd-queue.c
556
key = key_string_lookup_key(state->event.key, 0);
usr.bin/tmux/input-keys.c
393
key_string_lookup_key(ike->key, 1), ike->data);
usr.bin/tmux/input-keys.c
403
key_string_lookup_key(key, 1), wp->id);
usr.bin/tmux/key-bindings.c
263
key_string_lookup_key(bd->key, 1), s);
usr.bin/tmux/key-bindings.c
282
key_string_lookup_key(bd->key, 1));
usr.bin/tmux/menu.c
102
key = key_string_lookup_key(item->key, 0);
usr.bin/tmux/mode-tree.c
335
mti->keystr = xstrdup(key_string_lookup_key(mti->key,
usr.bin/tmux/options.c
201
s = xstrdup(key_string_lookup_key(ov->number, 0));
usr.bin/tmux/options.c
372
s = xstrdup(key_string_lookup_key(oe->default_num, 0));
usr.bin/tmux/prompt.c
1232
ks = key_string_lookup_key(key, 0);
usr.bin/tmux/server-client.c
1253
log_debug("mouse key is %s", key_string_lookup_key (key, 1));
usr.bin/tmux/tmux.h
3201
const char *key_string_lookup_key(key_code, int);
usr.bin/tmux/tty-keys.c
1175
(int)*size, buf, nkey, key_string_lookup_key(nkey, 1));
usr.bin/tmux/tty-keys.c
440
keystr = key_string_lookup_key(key, 1);
usr.bin/tmux/window-customize.c
2466
xasprintf(&prompt, "(%s) ", key_string_lookup_key(key, 0));
usr.bin/tmux/window-customize.c
2484
xasprintf(&prompt, "(%s) ", key_string_lookup_key(key, 0));
usr.bin/tmux/window-customize.c
921
format_add(ft, "key", "%s", key_string_lookup_key(bd->key, 0));
usr.bin/tmux/window-customize.c
939
item->name = xstrdup(key_string_lookup_key(item->key, 0));