Home
last modified time | relevance | path

Searched refs:keymacro_value_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libedit/
H A Dkeymacro.h43 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 Dkeymacro.c79 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 Dterminal.h46 keymacro_value_t fun; /* Function bound to it */
98 keymacro_value_t *, int);
H A Dread.c256 keymacro_value_t val; in read_getcmd()
H A Dterminal.c1079 terminal_set_arrow(EditLine *el, const wchar_t *name, keymacro_value_t *fun, in terminal_set_arrow()