Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhistedit.h145 #define EL_HIST 10 /* , hist_fun_t, const void *); set */ macro
H A Deln.c233 case EL_HIST: { /* hist_fun_t, const char * */ in el_set()
H A Del.c315 case EL_HIST: in el_wset()
H A Dreadline.c345 el_set(e, EL_HIST, history, h); in rl_initialize()
/dragonfly/usr.sbin/lpr/lpc/
H A Dlpc.c155 el_set(el, EL_HIST, history, hist); in cmdscanner()
/dragonfly/bin/sh/
H A Dhistedit.c121 el_set(el, EL_HIST, history, hist); in histedit()
/dragonfly/usr.sbin/pppctl/
H A Dpppctl.c419 el_set(edit, EL_HIST, history, (const char *)hist); in main()
/dragonfly/usr.bin/tftp/
H A Dmain.c590 el_set(el, EL_HIST, history, hist); in command()
/dragonfly/usr.bin/units/
H A Dunits.c745 el_set(el, EL_HIST, history, inhistory); in main()
/dragonfly/sbin/fsdb/
H A Dfsdb.c226 el_set(elptr, EL_HIST, history, hist); in cmdloop()
/dragonfly/usr.bin/bc/
H A Dbc.y1161 el_set(el, EL_HIST, history, hist); in main()
/dragonfly/contrib/tnftp/src/
H A Dutil.c1017 el_set(el, EL_HIST, history, hist); /* use history */ in controlediting()
/dragonfly/usr.sbin/cdcontrol/
H A Dcdcontrol.c1161 el_set(el, EL_HIST, history, hist); in input()
/dragonfly/crypto/openssh/
H A Dsftp.c2209 el_set(el, EL_HIST, history, hl); in interactive_loop()