| /freebsd/contrib/libedit/ |
| H A D | history.c | 95 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *); 96 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); 97 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *); 98 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int); 137 static int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int); 138 static int history_getsize(TYPE(History) *, TYPE(HistEvent) *); 139 static int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int); 140 static int history_getunique(TYPE(History) *, TYPE(HistEvent) *); 145 static int history_prev_event(TYPE(History) *, TYPE(HistEvent) *, int); 146 static int history_next_event(TYPE(History) *, TYPE(HistEvent) *, int); [all …]
|
| H A D | histedit.h | 194 typedef struct HistEvent { struct 197 } HistEvent; typedef 205 int history(History *, HistEvent *, int, ...);
|
| H A D | readline.c | 308 HistEvent ev; in rl_initialize() 441 HistEvent ev; in readline() 578 HistEvent ev; in get_history_event() 1237 HistEvent ev; in stifle_history() 1263 HistEvent ev; in unstifle_history() 1425 HistEvent ev; in read_history() 1448 HistEvent ev; in write_history() 1461 HistEvent ev; in append_history() 1490 HistEvent ev; in history_get() 1536 HistEvent ev; in add_history() [all …]
|
| H A D | ChangeLog | 1617 with the given number stored in the HistEvent structure, while
|
| /freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 225 HistEvent HE; in LineEditor() 240 HistEvent HE; in saveHistory() 247 HistEvent HE; in loadHistory() 253 HistEvent HE; in setHistorySize() 271 HistEvent HE; in readLine()
|
| /freebsd/bin/sh/ |
| H A D | histedit.c | 101 HistEvent he; in histsave() 134 HistEvent he; in histload() 232 HistEvent he; in sethistsize() 255 HistEvent he; in histcmd() 498 HistEvent he; in str_to_event()
|
| H A D | input.c | 251 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/gstat/ |
| H A D | gstat.c | 99 HistEvent hist_ev; in main()
|
| /freebsd/usr.sbin/ngctl/ |
| H A D | main.c | 330 HistEvent hev = { 0, "" }; in DoInteractive()
|
| /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 | 67 #define HistEventW HistEvent
|
| /freebsd/crypto/openssh/ |
| H A D | sftp.c | 2230 HistEvent hev; in interactive_loop()
|