keymacro.c | 94 static int node_lookup(EditLine *, const wchar_t *, 269 if (node_lookup(el, key, el->el_keymacro.map, (size_t)1) <= -1) 479 /* node_lookup(): 484 node_lookup(EditLine *el, const wchar_t *str, keymacro_node_t *ptr, function in typeref:typename:int 506 return (node_lookup(el, str + 1, ptr->next, 524 return (node_lookup(el, str, ptr->sibling,
|