Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/
H A Dmap.h69 protected int map_bind(EditLine *, int, const Char **);
H A Dparse.c69 { STR("bind"), map_bind },
H A Deln.c191 ret = map_bind(el, i, wargv); in el_set()
H A Del.c245 rv = map_bind(el, i, argv); in FUN()
H A Dmap.c1251 map_bind(EditLine *el, int argc, const Char **argv) in map_bind() function