Searched refs:keymacro_map_str (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/lib/libedit/ |
| D | keymacro.h | 64 protected keymacro_value_t *keymacro_map_str(EditLine *, wchar_t *);
|
| D | map.c | 1356 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()
|
| D | keymacro.c | 140 keymacro_map_str(EditLine *el, wchar_t *str) in keymacro_map_str() function
|
| /openbsd/src/regress/lib/libedit/keymacro/ |
| D | test_get.c | 80 keymacro_add(&el, L"al", keymacro_map_str(&el, repl), XK_STR); in main()
|