Home
last modified time | relevance | path

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

/openbsd/src/lib/libedit/
Dkeymacro.h64 protected keymacro_value_t *keymacro_map_str(EditLine *, wchar_t *);
Dmap.c1356 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype); in map_bind()
1358 keymacro_add(el, in, keymacro_map_str(el, out), ntype); in map_bind()
1370 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype); in map_bind()
Dkeymacro.c140 keymacro_map_str(EditLine *el, wchar_t *str) in keymacro_map_str() function
/openbsd/src/regress/lib/libedit/keymacro/
Dtest_get.c80 keymacro_add(&el, L"al", keymacro_map_str(&el, repl), XK_STR); in main()