Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhistory.c95 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 Dhistedit.h194 typedef struct HistEvent { struct
197 } HistEvent; argument
205 int history(History *, HistEvent *, int, ...);
H A Dreadline.c308 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 DChangeLog1617 with the given number stored in the HistEvent structure, while
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp225 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 Dhistedit.c101 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 Dinput.c251 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/gstat/
H A Dgstat.c99 HistEvent hist_ev; in main()
/freebsd/usr.sbin/ngctl/
H A Dmain.c330 HistEvent hev = { 0, "" }; in DoInteractive()
/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.cpp67 #define HistEventW HistEvent
/freebsd/crypto/openssh/
H A Dsftp.c2230 HistEvent hev; in interactive_loop()