Lines Matching refs:protected
61 protected int keymacro_init(EditLine *);
62 protected void keymacro_end(EditLine *);
63 protected keymacro_value_t *keymacro_map_cmd(EditLine *, int);
64 protected keymacro_value_t *keymacro_map_str(EditLine *, wchar_t *);
65 protected void keymacro_reset(EditLine *);
66 protected int keymacro_get(EditLine *, wchar_t *, keymacro_value_t *);
67 protected void keymacro_add(EditLine *, const wchar_t *,
69 protected void keymacro_clear(EditLine *, el_action_t *, const wchar_t *);
70 protected int keymacro_delete(EditLine *, const wchar_t *);
71 protected void keymacro_print(EditLine *, const wchar_t *);
72 protected void keymacro_kprint(EditLine *, const wchar_t *,
74 protected size_t keymacro__decode_str(const wchar_t *, char *, size_t,