Searched refs:map_bind (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/lib/libedit/ |
| D | map.h | 70 protected int map_bind(EditLine *, int, const wchar_t **);
|
| D | parse.c | 61 { L"bind", map_bind },
|
| D | eln.c | 179 ret = map_bind(el, i, wargv); in el_set()
|
| D | el.c | 223 rv = map_bind(el, i, argv); in el_wset()
|
| D | map.c | 1249 map_bind(EditLine *el, int argc, const wchar_t **argv) in map_bind() function
|