Home
last modified time | relevance | path

Searched refs:keymacro_map_str (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libedit/
H A Dkeymacro.h63 libedit_private keymacro_value_t *keymacro_map_str(EditLine *, wchar_t *);
H A Dmap.c1364 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype); in map_bind()
1366 keymacro_add(el, in, keymacro_map_str(el, out), ntype); in map_bind()
H A Dkeymacro.c146 keymacro_map_str(EditLine *el, wchar_t *str) in keymacro_map_str() function