Searched refs:node__try (Results 1 – 1 of 1) sorted by relevance
/external/libedit/src/ |
D | keymacro.c | 86 private int node__try(EditLine *, keymacro_node_t *, const Char *, 210 (void) node__try(el, el->el_keymacro.map, key, val, ntype); in keymacro_add() 318 node__try(EditLine *el, keymacro_node_t *ptr, const Char *str, in node__try() function 371 (void) node__try(el, ptr->next, str, val, ntype); in node__try()
|