HomeSort by: relevance | last modified time | path
    Searched defs:keymacro_node_t (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
keymacro.h 48 typedef struct keymacro_node_t keymacro_node_t; typedef in typeref:struct:keymacro_node_t
52 keymacro_node_t *map; /* Key map */
keymacro.c 76 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_t)
    [all...]

Completed in 27 milliseconds