| /freebsd-14-stable/contrib/ntp/libntp/ |
| HD | ntp_lineedit.c | 110 el_set(ntp_el, EL_HIST, history, in ntp_readline_init()
|
| /freebsd-14-stable/contrib/libedit/ |
| HD | histedit.h | 146 #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 | 291 case EL_HIST: in el_wset()
|
| HD | readline.c | 343 el_set(e, EL_HIST, history, h); in rl_initialize()
|
| /freebsd-14-stable/contrib/libedit/TEST/ |
| HD | tc1.c | 155 el_set(el, EL_HIST, history, hist); in main()
|
| HD | wtc1.c | 139 el_wset(el, EL_HIST, history_w, hist); /* FIXME - history_w? */ in main()
|
| /freebsd-14-stable/usr.sbin/lpr/lpc/ |
| HD | lpc.c | 167 el_set(el, EL_HIST, history, hist); in cmdscanner()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/LineEditor/ |
| HD | LineEditor.cpp | 211 ::el_set(Data->EL, EL_HIST, history, Data->Hist); in LineEditor()
|
| /freebsd-14-stable/usr.sbin/gstat/ |
| HD | gstat.c | 198 el_set(el, EL_HIST, history, hist); in main()
|
| /freebsd-14-stable/usr.sbin/ngctl/ |
| HD | main.c | 311 el_set(el, EL_HIST, history, (const char *)hist); in DoInteractive()
|
| /freebsd-14-stable/usr.sbin/pppctl/ |
| HD | pppctl.c | 606 el_set(td.edit, EL_HIST, history, (const char *)td.hist); in main()
|
| /freebsd-14-stable/usr.bin/units/ |
| HD | units.c | 832 el_set(el, EL_HIST, history, inhistory); in main()
|
| /freebsd-14-stable/usr.bin/tftp/ |
| HD | main.c | 195 el_set(el, EL_HIST, history, hist); in main()
|
| /freebsd-14-stable/usr.bin/bc/ |
| HD | bc.y | 1205 el_set(el, EL_HIST, history, hist); in main()
|
| /freebsd-14-stable/sbin/fsdb/ |
| HD | fsdb.c | 279 el_set(elptr, EL_HIST, history, hist); in cmdloop()
|
| /freebsd-14-stable/contrib/tnftp/src/ |
| HD | util.c | 985 el_set(el, EL_HIST, history, hist); /* use history */ in controlediting()
|
| /freebsd-14-stable/usr.sbin/cdcontrol/ |
| HD | cdcontrol.c | 1178 el_set(el, EL_HIST, history, hist); in input()
|
| /freebsd-14-stable/contrib/bc/src/ |
| HD | history.c | 207 el_set(h->el, EL_HIST, history, h->hist); in bc_history_init()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | Editline.cpp | 1153 el_wset(m_editline, EL_HIST, history, m_history_sp->GetHistoryPtr()); in ConfigureEditor()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | sftp.c | 2227 el_set(el, EL_HIST, history, hl); in interactive_loop()
|