Home
last modified time | relevance | path

Searched refs:keymacro_node_t (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libedit/
H A Dkeymacro.c70 struct keymacro_node_t { struct
75 struct keymacro_node_t *next; /* ptr to next char of this key */ argument
76 struct keymacro_node_t *sibling;/* ptr to another key with same prefix*/ argument
79 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 …]
H A Dkeymacro.h49 typedef struct keymacro_node_t keymacro_node_t; typedef
53 keymacro_node_t *map; /* Key map */