HomeSort by: relevance | last modified time | path
    Searched refs:key_string_lookup_string (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/tmux/dist/
cmd-unbind-key.c 82 key = key_string_lookup_string(keystr);
cmd-bind-key.c 65 key = key_string_lookup_string(args_string(args, 0));
cmd-send-keys.c 125 key = key_string_lookup_string(s);
cmd-list-keys.c 164 only = key_string_lookup_string(keystr);
key-string.c 243 key_string_lookup_string(const char *string) function
window-client.c 277 key = key_string_lookup_string(expanded);
cmd-display-menu.c 343 menu_item.key = key_string_lookup_string(key);
window-buffer.c 349 key = key_string_lookup_string(expanded);
options.c 1146 key = key_string_lookup_string(value);
window-tree.c 920 key = key_string_lookup_string(expanded);
tmux.h 2826 key_code key_string_lookup_string(const char *);

Completed in 26 milliseconds