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

/freebsd-11.0-release/lib/libedit/
H A Dkeymacro.h49 typedef struct keymacro_node_t keymacro_node_t; typedef in typeref:struct:keymacro_node_t
53 keymacro_node_t *map; /* Key map */
H A Dkeymacro.c77 struct keymacro_node_t { struct
82 struct keymacro_node_t *next; /* ptr to next char of this key */
83 struct keymacro_node_t *sibling;/* ptr to another key with same prefix*/
86 private int node_trav(EditLine *, keymacro_node_t *, Char *,
88 private int node__try(EditLine *, keymacro_node_t *, const Char *,
90 private keymacro_node_t *node__get(Int);
91 private void node__free(keymacro_node_t *);
92 private void node__put(EditLine *, keymacro_node_t *);
93 private int node__delete(EditLine *, keymacro_node_t **,
96 keymacro_node_t *, size_
[all...]

Completed in 499 milliseconds