Home
last modified time | relevance | path

Searched refs:EL_HIST (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/libedit/src/
HDhistedit.h145 #define EL_HIST 10 /* , hist_fun_t, const void *); set */ macro
HDeln.c233 case EL_HIST: { /* hist_fun_t, const char * */ in el_set()
HDel.c315 case EL_HIST: in el_wset()
HDreadline.c345 el_set(e, EL_HIST, history, h); in rl_initialize()
/dragonfly/usr.sbin/lpr/lpc/
HDlpc.c155 el_set(el, EL_HIST, history, hist); in cmdscanner()
/dragonfly/bin/sh/
HDhistedit.c121 el_set(el, EL_HIST, history, hist); in histedit()
/dragonfly/usr.sbin/pppctl/
HDpppctl.c419 el_set(edit, EL_HIST, history, (const char *)hist); in main()
/dragonfly/usr.bin/tftp/
HDmain.c590 el_set(el, EL_HIST, history, hist); in command()
/dragonfly/usr.bin/units/
HDunits.c745 el_set(el, EL_HIST, history, inhistory); in main()
/dragonfly/sbin/fsdb/
HDfsdb.c226 el_set(elptr, EL_HIST, history, hist); in cmdloop()
/dragonfly/usr.bin/bc/
HDbc.y1161 el_set(el, EL_HIST, history, hist); in main()
/dragonfly/contrib/tnftp/src/
HDutil.c1017 el_set(el, EL_HIST, history, hist); /* use history */ in controlediting()
/dragonfly/usr.sbin/cdcontrol/
HDcdcontrol.c1161 el_set(el, EL_HIST, history, hist); in input()
/dragonfly/crypto/openssh/
HDsftp.c2227 el_set(el, EL_HIST, history, hl); in interactive_loop()