Searched refs:cmd_command_prompt_entry (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/tmux/dist/ |
H A D | key-bindings.c | 109 { '$', 0, &cmd_command_prompt_entry }, in key_bindings_init() 114 { ',', 0, &cmd_command_prompt_entry }, in key_bindings_init() 116 { '.', 0, &cmd_command_prompt_entry }, in key_bindings_init() 127 { ':', 0, &cmd_command_prompt_entry }, in key_bindings_init() 134 { '\'', 0, &cmd_command_prompt_entry }, in key_bindings_init() 141 { 'f', 0, &cmd_command_prompt_entry }, in key_bindings_init()
|
H A D | cmd-command-prompt.c | 38 const struct cmd_entry cmd_command_prompt_entry = { variable
|
H A D | cmd.c | 43 &cmd_command_prompt_entry,
|
H A D | tmux.h | 1765 extern const struct cmd_entry cmd_command_prompt_entry;
|