Searched refs:el_keymacro (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dkeymacro.c53 * el->el_keymacro.map)
60 * are in el->el_keymacro.map, adding the key "abc" will cause
74 * The Nodes of the el->el_keymacro.map. The el->el_keymacro.map is a
109 el->el_keymacro.buf = el_malloc(KEY_BUFSIZ *
110 sizeof(*el->el_keymacro.buf));
111 if (el->el_keymacro.buf == NULL)
113 el->el_keymacro.map = NULL;
125 el_free(el->el_keymacro.buf);
126 el->el_keymacro
[all...]
H A Del.h140 el_keymacro_t el_keymacro; /* Key binding stuff */ member in struct:editline

Completed in 78 milliseconds