/freebsd/contrib/libedit/ |
H A D | history.c | 94 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *); 95 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); 96 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *); 97 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int); 136 static int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int); 137 static int history_getsize(TYPE(History) *, TYPE(HistEvent) *); 138 static int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int); 139 static int history_getunique(TYPE(History) *, TYPE(HistEvent) *); 144 static int history_prev_event(TYPE(History) *, TYPE(HistEvent) *, int); 145 static int history_next_event(TYPE(History) *, TYPE(HistEvent) *, int); [all …]
|
H A D | readline.c | 305 HistEvent ev; in rl_initialize() 438 HistEvent ev; in readline() 575 HistEvent ev; in get_history_event() 1234 HistEvent ev; in stifle_history() 1260 HistEvent ev; in unstifle_history() 1422 HistEvent ev; in read_history() 1445 HistEvent ev; in write_history() 1458 HistEvent ev; in append_history() 1487 HistEvent ev; in history_get() 1533 HistEvent ev; in add_history() [all …]
|
H A D | histedit.h | 192 typedef struct HistEvent { struct 195 } HistEvent; argument 203 int history(History *, HistEvent *, int, ...);
|
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 223 HistEvent HE; in LineEditor() 239 HistEvent HE; in saveHistory() 246 HistEvent HE; in loadHistory() 265 HistEvent HE; in readLine()
|
/freebsd/bin/sh/ |
H A D | histedit.c | 99 HistEvent he; in histsave() 132 HistEvent he; in histload() 230 HistEvent he; in sethistsize() 253 HistEvent he; in histcmd() 496 HistEvent he; in str_to_event()
|
H A D | input.c | 249 HistEvent he; in preadbuffer()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_lineedit.c | 56 static HistEvent hev;
|
/freebsd/usr.bin/tftp/ |
H A D | main.c | 104 static void command(bool, EditLine *, History *, HistEvent *) __dead2; 167 HistEvent he; in main() 733 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command()
|
/freebsd/usr.sbin/pppctl/ |
H A D | pppctl.c | 283 HistEvent hev = { 0, "" }; in Terminal() 579 HistEvent hev = { 0, "" }; in main()
|
/freebsd/contrib/libedit/TEST/ |
H A D | tc1.c | 133 HistEvent ev; in main()
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 140 HistEvent he; in cmdscanner()
|
/freebsd/usr.sbin/ngctl/ |
H A D | main.c | 295 HistEvent hev = { 0, "" }; in DoInteractive()
|
/freebsd/usr.sbin/gstat/ |
H A D | gstat.c | 99 HistEvent hist_ev; in main()
|
/freebsd/contrib/tnftp/src/ |
H A D | main.c | 685 HistEvent ev; in cmdscanner()
|
H A D | util.c | 978 HistEvent ev; in controlediting()
|
/freebsd/usr.bin/units/ |
H A D | units.c | 758 HistEvent ev; in main()
|
/freebsd/sbin/fsdb/ |
H A D | fsdb.c | 268 HistEvent he; in cmdloop()
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 1164 HistEvent he; in input()
|
/freebsd/contrib/bc/src/ |
H A D | history.c | 161 static HistEvent bc_history_event;
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 64 #define HistEventW HistEvent
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 2217 HistEvent hev; in interactive_loop()
|