Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhistory.c94 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 Dreadline.c305 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 Dhistedit.h192 typedef struct HistEvent { struct
195 } HistEvent; argument
203 int history(History *, HistEvent *, int, ...);
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp223 HistEvent HE; in LineEditor()
239 HistEvent HE; in saveHistory()
246 HistEvent HE; in loadHistory()
265 HistEvent HE; in readLine()
/freebsd/bin/sh/
H A Dhistedit.c99 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 Dinput.c249 HistEvent he; in preadbuffer()
/freebsd/contrib/ntp/libntp/
H A Dntp_lineedit.c56 static HistEvent hev;
/freebsd/usr.bin/tftp/
H A Dmain.c104 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 Dpppctl.c283 HistEvent hev = { 0, "" }; in Terminal()
579 HistEvent hev = { 0, "" }; in main()
/freebsd/contrib/libedit/TEST/
H A Dtc1.c133 HistEvent ev; in main()
/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c140 HistEvent he; in cmdscanner()
/freebsd/usr.sbin/ngctl/
H A Dmain.c295 HistEvent hev = { 0, "" }; in DoInteractive()
/freebsd/usr.sbin/gstat/
H A Dgstat.c99 HistEvent hist_ev; in main()
/freebsd/contrib/tnftp/src/
H A Dmain.c685 HistEvent ev; in cmdscanner()
H A Dutil.c978 HistEvent ev; in controlediting()
/freebsd/usr.bin/units/
H A Dunits.c758 HistEvent ev; in main()
/freebsd/sbin/fsdb/
H A Dfsdb.c268 HistEvent he; in cmdloop()
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c1164 HistEvent he; in input()
/freebsd/contrib/bc/src/
H A Dhistory.c161 static HistEvent bc_history_event;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp64 #define HistEventW HistEvent
/freebsd/crypto/openssh/
H A Dsftp.c2217 HistEvent hev; in interactive_loop()