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

/macosx-10.10/libedit-40/src/
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.c75 struct keymacro_node_t { struct
80 struct keymacro_node_t *next; /* ptr to next char of this key */
81 struct keymacro_node_t *sibling;/* ptr to another key with same prefix*/
84 private int node_trav(EditLine *, keymacro_node_t *, Char *,
86 private int node__try(EditLine *, keymacro_node_t *, const Char *,
88 private keymacro_node_t *node__get(Int);
89 private void node__free(keymacro_node_t *);
90 private void node__put(EditLine *, keymacro_node_t *);
91 private int node__delete(EditLine *, keymacro_node_t **,
94 keymacro_node_t *, size_
[all...]

Completed in 174 milliseconds