Home
last modified time | relevance | path

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

/external/libedit/src/
Dkeymacro.c75 struct keymacro_node_t { struct
80 struct keymacro_node_t *next; /* ptr to next char of this key */ argument
81 struct keymacro_node_t *sibling;/* ptr to another key with same prefix*/ argument
Dkeymacro.h48 typedef struct keymacro_node_t keymacro_node_t; typedef