OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_keymacro
(Results
1 - 2
of
2
) sorted by null
/external/libedit/src/
keymacro.c
51
* el->
el_keymacro
.map)
58
* are in el->
el_keymacro
.map, adding the key "abc" will cause
72
* The Nodes of the el->
el_keymacro
.map. The el->
el_keymacro
.map is a
107
el->
el_keymacro
.buf = el_malloc(KEY_BUFSIZ *
108
sizeof(*el->
el_keymacro
.buf));
109
if (el->
el_keymacro
.buf == NULL)
111
el->
el_keymacro
.map = NULL;
123
el_free(el->
el_keymacro
.buf);
124
el->
el_keymacro
.buf = NULL
[
all
...]
el.h
139
el_keymacro_t
el_keymacro
; /* Key binding stuff */
member in struct:editline
Completed in 6527 milliseconds