Searched refs:keymacro_value_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | keymacro.h | 43 typedef union keymacro_value_t { union 46 } keymacro_value_t; typedef 53 keymacro_value_t val; /* Local conversion buffer */ 62 libedit_private keymacro_value_t *keymacro_map_cmd(EditLine *, int); 63 libedit_private keymacro_value_t *keymacro_map_str(EditLine *, wchar_t *); 65 libedit_private int keymacro_get(EditLine *, wchar_t *, keymacro_value_t *); 67 keymacro_value_t *, int); 72 keymacro_value_t *, int);
|
H A D | keymacro.c | 79 keymacro_value_t val; /* command code or pointer to str, */ 86 keymacro_value_t *); 88 const wchar_t *, keymacro_value_t *, int); 133 libedit_private keymacro_value_t * 145 libedit_private keymacro_value_t * 179 keymacro_get(EditLine *el, wchar_t *ch, keymacro_value_t *val) in keymacro_get() 193 keymacro_add(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_add() 283 keymacro_value_t *val) in node_trav() 318 keymacro_value_t *val, int ntype) in node__try() 583 keymacro_kprint(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_kprint()
|
H A D | terminal.h | 46 keymacro_value_t fun; /* Function bound to it */ 98 keymacro_value_t *, int);
|
H A D | read.c | 256 keymacro_value_t val; in read_getcmd()
|
H A D | terminal.c | 1079 terminal_set_arrow(EditLine *el, const wchar_t *name, keymacro_value_t *fun, in terminal_set_arrow()
|