Searched refs:node__try (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | keymacro.c | 87 static int node__try(EditLine *, keymacro_node_t *, 213 (void) node__try(el, el->el_keymacro.map, key, val, ntype); in keymacro_add() 317 node__try(EditLine *el, keymacro_node_t *ptr, const wchar_t *str, in node__try() function 368 (void) node__try(el, ptr->next, str, val, ntype); in node__try()
|