Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libedit/
H A Dkeymacro.c76 struct keymacro_node_t { struct
89 static keymacro_node_t *node__get(wint_t);
90 static void node__free(keymacro_node_t *);
95 keymacro_node_t *, size_t);
322 keymacro_node_t *xm; in node__try()
380 keymacro_node_t *ptr; in node__delete()
381 keymacro_node_t *prev_ptr = NULL; in node__delete()
386 keymacro_node_t *xm; in node__delete()
456 static keymacro_node_t *
459 keymacro_node_t *ptr; in node__get()
[all …]
H A Dkeymacro.h48 typedef struct keymacro_node_t keymacro_node_t; typedef
52 keymacro_node_t *map; /* Key map */