Home
last modified time | relevance | path

Searched refs:map_bind (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/lib/libedit/
Dmap.h70 protected int map_bind(EditLine *, int, const wchar_t **);
Dparse.c61 { L"bind", map_bind },
Deln.c179 ret = map_bind(el, i, wargv); in el_set()
Del.c223 rv = map_bind(el, i, argv); in el_wset()
Dmap.c1249 map_bind(EditLine *el, int argc, const wchar_t **argv) in map_bind() function