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

/freebsd-13-stable/contrib/libedit/
H A Dkeymacro.h48 typedef struct keymacro_node_t keymacro_node_t; typedef in typeref:struct:keymacro_node_t
52 keymacro_node_t *map; /* Key map */
H A Dkeymacro.c76 struct keymacro_node_t { struct
81 struct keymacro_node_t *next; /* ptr to next char of this key */
82 struct keymacro_node_t *sibling;/* ptr to another key with same prefix*/
85 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_
[all...]

Completed in 33 milliseconds