Searched refs:HistEvent (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dhistory.c60 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *);
61 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *);
62 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *);
63 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int);
103 private int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int);
104 private int history_getsize(TYPE(History) *, TYPE(HistEvent) *);
105 private int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int);
106 private int history_getunique(TYPE(History) *, TYPE(HistEvent) *);
111 private int history_prev_event(TYPE(History) *, TYPE(HistEvent) *, int);
112 private int history_next_event(TYPE(History) *, TYPE(HistEvent) *, in
[all...]
H A Dhistedit.h191 typedef struct HistEvent { struct
194 } HistEvent; typedef in typeref:struct:HistEvent
202 int history(History *, HistEvent *, int, ...);
H A Dhist.h44 typedef int (*hist_fun_t)(void *, TYPE(HistEvent) *, int, ...);
53 TYPE(HistEvent) ev; /* Event cookie */
H A Dreadline.c196 HistEvent ev;
291 HistEvent ev;
421 HistEvent ev;
549 HistEvent ev;
1171 HistEvent ev;
1187 HistEvent ev;
1349 HistEvent ev;
1366 HistEvent ev;
1386 HistEvent ev;
1420 HistEvent e
[all...]
H A Dhist.c165 TYPE(HistEvent) ev;
/freebsd-11-stable/usr.bin/bc/
H A Dextern.h45 extern HistEvent he;
H A Dscan.l38 HistEvent he;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp228 HistEvent HE;
244 HistEvent HE;
251 HistEvent HE;
270 HistEvent HE;
/freebsd-11-stable/bin/sh/
H A Dhistedit.c166 HistEvent he;
190 HistEvent he;
429 HistEvent he;
H A Dinput.c255 HistEvent he;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_lineedit.c56 static HistEvent hev;
/freebsd-11-stable/lib/libedit/TEST/
H A Dtc1.c134 HistEvent ev;
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dlpc.c152 HistEvent he;
/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.c284 HistEvent hev = { 0, "" };
580 HistEvent hev = { 0, "" };
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c97 HistEvent hist_ev;
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c298 HistEvent hev = { 0, "" };
/freebsd-11-stable/contrib/tnftp/src/
H A Dmain.c675 HistEvent ev;
H A Dutil.c978 HistEvent ev;
/freebsd-11-stable/usr.bin/units/
H A Dunits.c763 HistEvent ev;
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c713 HistEvent he;
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c233 HistEvent he;
/freebsd-11-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c1166 HistEvent he;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp77 #define HistEventW HistEvent

Completed in 224 milliseconds