Searched refs:HistEvent (Results 1 – 16 of 16) sorted by relevance
| /dragonfly/contrib/libedit/src/ |
| HD | history.c | 97 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *); 98 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); 99 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *); 100 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int); 139 static int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int); 140 static int history_getsize(TYPE(History) *, TYPE(HistEvent) *); 141 static int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int); 142 static int history_getunique(TYPE(History) *, TYPE(HistEvent) *); 147 static int history_prev_event(TYPE(History) *, TYPE(HistEvent) *, int); 148 static int history_next_event(TYPE(History) *, TYPE(HistEvent) *, int); [all …]
|
| HD | readline.c | 309 HistEvent ev; in rl_initialize() 442 HistEvent ev; in readline() 579 HistEvent ev; in get_history_event() 1238 HistEvent ev; in stifle_history() 1264 HistEvent ev; in unstifle_history() 1426 HistEvent ev; in read_history() 1449 HistEvent ev; in write_history() 1462 HistEvent ev; in append_history() 1491 HistEvent ev; in history_get() 1537 HistEvent ev; in add_history() [all …]
|
| HD | histedit.h | 191 typedef struct HistEvent { struct 194 } HistEvent; typedef 202 int history(History *, HistEvent *, int, ...);
|
| /dragonfly/bin/sh/ |
| HD | histedit.c | 164 HistEvent he; in sethistsize() 188 HistEvent he; in histcmd() 427 HistEvent he; in str_to_event()
|
| HD | input.c | 257 HistEvent he; in preadbuffer()
|
| /dragonfly/usr.bin/bc/ |
| HD | extern.h | 51 extern HistEvent he;
|
| HD | scan.l | 37 HistEvent he;
|
| /dragonfly/usr.sbin/lpr/lpc/ |
| HD | lpc.c | 140 static HistEvent he; in cmdscanner()
|
| /dragonfly/usr.sbin/pppctl/ |
| HD | pppctl.c | 397 HistEvent he; in main()
|
| /dragonfly/usr.bin/tftp/ |
| HD | main.c | 577 HistEvent he; in command()
|
| /dragonfly/usr.bin/units/ |
| HD | units.c | 702 HistEvent ev; in main()
|
| /dragonfly/sbin/fsdb/ |
| HD | fsdb.c | 213 HistEvent he; in cmdloop()
|
| /dragonfly/contrib/tnftp/src/ |
| HD | main.c | 694 HistEvent ev; in cmdscanner()
|
| HD | util.c | 1010 HistEvent ev; in controlediting()
|
| /dragonfly/usr.sbin/cdcontrol/ |
| HD | cdcontrol.c | 1148 static HistEvent he; in input()
|
| /dragonfly/crypto/openssh/ |
| HD | sftp.c | 2217 HistEvent hev; in interactive_loop()
|