Searched refs:keymacro_node_t (Results 1 – 2 of 2) sorted by relevance
70 struct keymacro_node_t { struct75 struct keymacro_node_t *next; /* ptr to next char of this key */ argument76 struct keymacro_node_t *sibling;/* ptr to another key with same prefix*/ argument79 static int node_trav(EditLine *, keymacro_node_t *, wchar_t *,81 static int node__try(EditLine *, keymacro_node_t *,83 static keymacro_node_t *node__get(wint_t);84 static void node__free(keymacro_node_t *);85 static void node__put(EditLine *, keymacro_node_t *);86 static int node__delete(EditLine *, keymacro_node_t **,89 keymacro_node_t *, size_t);[all …]
49 typedef struct keymacro_node_t keymacro_node_t; typedef53 keymacro_node_t *map; /* Key map */