Searched refs:EL_HIST (Results 1 – 14 of 14) sorted by relevance
| /dragonfly/contrib/libedit/src/ |
| HD | histedit.h | 145 #define EL_HIST 10 /* , hist_fun_t, const void *); set */ macro
|
| HD | eln.c | 233 case EL_HIST: { /* hist_fun_t, const char * */ in el_set()
|
| HD | el.c | 315 case EL_HIST: in el_wset()
|
| HD | readline.c | 345 el_set(e, EL_HIST, history, h); in rl_initialize()
|
| /dragonfly/usr.sbin/lpr/lpc/ |
| HD | lpc.c | 155 el_set(el, EL_HIST, history, hist); in cmdscanner()
|
| /dragonfly/bin/sh/ |
| HD | histedit.c | 121 el_set(el, EL_HIST, history, hist); in histedit()
|
| /dragonfly/usr.sbin/pppctl/ |
| HD | pppctl.c | 419 el_set(edit, EL_HIST, history, (const char *)hist); in main()
|
| /dragonfly/usr.bin/tftp/ |
| HD | main.c | 590 el_set(el, EL_HIST, history, hist); in command()
|
| /dragonfly/usr.bin/units/ |
| HD | units.c | 745 el_set(el, EL_HIST, history, inhistory); in main()
|
| /dragonfly/sbin/fsdb/ |
| HD | fsdb.c | 226 el_set(elptr, EL_HIST, history, hist); in cmdloop()
|
| /dragonfly/usr.bin/bc/ |
| HD | bc.y | 1161 el_set(el, EL_HIST, history, hist); in main()
|
| /dragonfly/contrib/tnftp/src/ |
| HD | util.c | 1017 el_set(el, EL_HIST, history, hist); /* use history */ in controlediting()
|
| /dragonfly/usr.sbin/cdcontrol/ |
| HD | cdcontrol.c | 1161 el_set(el, EL_HIST, history, hist); in input()
|
| /dragonfly/crypto/openssh/ |
| HD | sftp.c | 2227 el_set(el, EL_HIST, history, hl); in interactive_loop()
|