Searched refs:keymacro_node_t (Results 1 – 2 of 2) sorted by relevance
76 struct keymacro_node_t { struct81 struct keymacro_node_t *next; /* ptr to next char of this key */ argument82 struct keymacro_node_t *sibling;/* ptr to another key with same prefix*/ argument85 static int node_trav(EditLine *, keymacro_node_t *, wchar_t *,87 static int node__try(EditLine *, keymacro_node_t *,89 static keymacro_node_t *node__get(wint_t);90 static void node__free(keymacro_node_t *);91 static void node__put(EditLine *, keymacro_node_t *);92 static int node__delete(EditLine *, keymacro_node_t **,95 keymacro_node_t *, size_t);[all …]
48 typedef struct keymacro_node_t keymacro_node_t; typedef52 keymacro_node_t *map; /* Key map */