Home
last modified time | relevance | path

Searched refs:HistEvent (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/libedit/src/
HDhistory.c97 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 …]
HDreadline.c309 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 …]
HDhistedit.h191 typedef struct HistEvent { struct
194 } HistEvent; typedef
202 int history(History *, HistEvent *, int, ...);
/dragonfly/bin/sh/
HDhistedit.c164 HistEvent he; in sethistsize()
188 HistEvent he; in histcmd()
427 HistEvent he; in str_to_event()
HDinput.c257 HistEvent he; in preadbuffer()
/dragonfly/usr.bin/bc/
HDextern.h51 extern HistEvent he;
HDscan.l37 HistEvent he;
/dragonfly/usr.sbin/lpr/lpc/
HDlpc.c140 static HistEvent he; in cmdscanner()
/dragonfly/usr.sbin/pppctl/
HDpppctl.c397 HistEvent he; in main()
/dragonfly/usr.bin/tftp/
HDmain.c577 HistEvent he; in command()
/dragonfly/usr.bin/units/
HDunits.c702 HistEvent ev; in main()
/dragonfly/sbin/fsdb/
HDfsdb.c213 HistEvent he; in cmdloop()
/dragonfly/contrib/tnftp/src/
HDmain.c694 HistEvent ev; in cmdscanner()
HDutil.c1010 HistEvent ev; in controlediting()
/dragonfly/usr.sbin/cdcontrol/
HDcdcontrol.c1148 static HistEvent he; in input()
/dragonfly/crypto/openssh/
HDsftp.c2217 HistEvent hev; in interactive_loop()