Searched refs:hist_set (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhist.h73 protected int hist_set(EditLine *, hist_fun_t, ptr_t);
H A Dhist.c75 /* hist_set():
79 hist_set(EditLine *el, hist_fun_t fun, ptr_t ptr) function
H A Del.c231 rv = hist_set(el, func, ptr);
382 rv = hist_set(el, func, ptr);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhist.h80 protected int hist_set(EditLine *, hist_fun_t, ptr_t);
H A Dhist.c80 /* hist_set():
84 hist_set(EditLine *el, hist_fun_t fun, ptr_t ptr) function
H A Deln.c219 ret = hist_set(el, fun, ptr);
H A Del.c279 rv = hist_set(el, func, ptr);
/macosx-10.10/libedit-40/src/
H A Dhist.h80 protected int hist_set(EditLine *, hist_fun_t, void *);
H A Dhist.c80 /* hist_set():
84 hist_set(EditLine *el, hist_fun_t fun, void *ptr) function
H A Deln.c227 ret = hist_set(el, fun, ptr);
H A Del.c282 rv = hist_set(el, func, ptr);
/macosx-10.10/ruby-106/ruby/ext/readline/
H A Dreadline.c1505 hist_set(VALUE self, VALUE index, VALUE str) function
1525 #define hist_set rb_f_notimplement macro
1812 rb_define_singleton_method(history,"[]=", hist_set, 2);

Completed in 94 milliseconds