Searched refs:hist_get (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhist.h72 protected el_action_t hist_get(EditLine *);
H A Dcommon.c656 if (hist_get(el) == CC_ERROR) {
663 (void) hist_get(el);
690 rval = hist_get(el);
762 return (hist_get(el));
816 return (hist_get(el));
H A Dhist.c88 /* hist_get():
93 hist_get(EditLine *el) function
H A Dsearch.c343 if (hist_get(el) == CC_ERROR)
347 (void) hist_get(el);
394 if (hist_get(el) == CC_ERROR)
419 if (hist_get(el) == CC_ERROR)
H A Dvi.c843 return hist_get(el);
959 hist_get(el);
967 if (hist_get(el) == CC_ERROR)
976 rval = hist_get(el);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhist.h79 protected el_action_t hist_get(EditLine *);
H A Dsearch.c359 if (hist_get(el) == CC_ERROR)
363 (void) hist_get(el);
410 if (hist_get(el) == CC_ERROR)
435 if (hist_get(el) == CC_ERROR)
H A Dcommon.c660 if (hist_get(el) == CC_ERROR) {
667 (void) hist_get(el);
694 rval = hist_get(el);
766 return (hist_get(el));
820 return (hist_get(el));
H A Dhist.c93 /* hist_get():
98 hist_get(EditLine *el) function
H A Dvi.c855 return hist_get(el);
974 hist_get(el);
982 if (hist_get(el) == CC_ERROR)
991 rval = hist_get(el);
/macosx-10.10/libedit-40/src/
H A Dhist.h79 protected el_action_t hist_get(EditLine *);
H A Dsearch.c361 if (hist_get(el) == CC_ERROR)
365 (void) hist_get(el);
413 if (hist_get(el) == CC_ERROR)
438 if (hist_get(el) == CC_ERROR)
H A Dcommon.c658 if (hist_get(el) == CC_ERROR) {
665 (void) hist_get(el);
692 rval = hist_get(el);
764 return hist_get(el);
818 return hist_get(el);
H A Dhist.c93 /* hist_get():
98 hist_get(EditLine *el) function
H A Dvi.c855 return hist_get(el);
973 hist_get(el);
981 if (hist_get(el) == CC_ERROR)
990 rval = hist_get(el);
/macosx-10.10/ruby-106/ruby/ext/readline/
H A Dreadline.c1484 hist_get(VALUE self, VALUE index) function
1811 rb_define_singleton_method(history,"[]", hist_get, 1);

Completed in 115 milliseconds