Searched refs:keymacro_value_t (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/lib/libedit/ |
H A D | keymacro.h | 44 typedef union keymacro_value_t { union 47 } keymacro_value_t; typedef 54 keymacro_value_t val; /* Local conversion buffer */ 63 protected keymacro_value_t *keymacro_map_cmd(EditLine *, int); 64 protected keymacro_value_t *keymacro_map_str(EditLine *, wchar_t *); 66 protected int keymacro_get(EditLine *, wchar_t *, keymacro_value_t *); 68 keymacro_value_t *, int); 73 keymacro_value_t *, int);
|
H A D | keymacro.c | 73 keymacro_value_t val; /* command code or pointer to str, */ 80 keymacro_value_t *); 82 const wchar_t *, keymacro_value_t *, int); 127 protected keymacro_value_t * 139 protected keymacro_value_t * 173 keymacro_get(EditLine *el, wchar_t *ch, keymacro_value_t *val) in keymacro_get() 187 keymacro_add(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_add() 277 keymacro_value_t *val) in node_trav() 312 keymacro_value_t *val, int ntype) in node__try() 576 keymacro_kprint(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_kprint()
|
H A D | terminal.h | 47 keymacro_value_t fun; /* Function bound to it */ 98 keymacro_value_t *, int);
|
H A D | read.c | 186 keymacro_value_t val; in read_getcmd()
|
H A D | terminal.c | 1086 terminal_set_arrow(EditLine *el, const wchar_t *name, keymacro_value_t *fun, in terminal_set_arrow()
|
/openbsd-src/regress/lib/libedit/read/ |
H A D | glue.c | 44 keymacro_get(EL, wchar_t *ch, keymacro_value_t *val) in keymacro_get()
|
/openbsd-src/regress/lib/libedit/keymacro/ |
H A D | test_get.c | 72 keymacro_value_t val; in main()
|