Lines Matching refs:Char
76 Char ch; /* single character of key */
84 private int node_trav(EditLine *, keymacro_node_t *, Char *,
86 private int node__try(EditLine *, keymacro_node_t *, const Char *,
92 const Char *);
93 private int node_lookup(EditLine *, const Char *,
145 keymacro_map_str(EditLine *el, Char *str) in keymacro_map_str()
177 keymacro_get(EditLine *el, Char *ch, keymacro_value_t *val) in keymacro_get()
191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) in keymacro_add()
219 keymacro_clear(EditLine *el, el_action_t *map, const Char *in) in keymacro_clear()
239 keymacro_delete(EditLine *el, const Char *key) in keymacro_delete()
260 keymacro_print(EditLine *el, const Char *key) in keymacro_print()
281 node_trav(EditLine *el, keymacro_node_t *ptr, Char *ch, keymacro_value_t *val) in node_trav()
318 node__try(EditLine *el, keymacro_node_t *ptr, const Char *str, in node__try()
381 node__delete(EditLine *el, keymacro_node_t **inptr, const Char *str) in node__delete()
491 node_lookup(EditLine *el, const Char *str, keymacro_node_t *ptr, size_t cnt) in node_lookup()
586 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) in keymacro_kprint()
637 keymacro__decode_str(const Char *str, char *buf, size_t len, const char *sep) in keymacro__decode_str()
640 const Char *p; in keymacro__decode_str()
652 Char dbuf[VISUAL_WIDTH_MAX]; in keymacro__decode_str()
653 Char *p2 = dbuf; in keymacro__decode_str()