Searched refs:map_print_some_keys (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libedit/ |
| H A D | map.c | 61 static void map_print_some_keys(EditLine *, el_action_t *, wint_t, wint_t); 1195 map_print_some_keys(EditLine *el, el_action_t *map, wint_t first, wint_t last) in map_print_some_keys() function 1268 map_print_some_keys(el, el->el_map.key, prev, i - 1); in map_print_all_keys() 1271 map_print_some_keys(el, el->el_map.key, prev, i - 1); in map_print_all_keys() 1278 map_print_some_keys(el, el->el_map.alt, prev, i - 1); in map_print_all_keys() 1281 map_print_some_keys(el, el->el_map.alt, prev, i - 1); in map_print_all_keys()
|