Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libedit/
HDhistory.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) *, int);
[all …]
HDhistedit.h191 typedef struct HistEvent { struct
194 } HistEvent; argument
202 int history(History *, HistEvent *, int, ...);
HDreadline.c196 HistEvent ev; in _move_history()
291 HistEvent ev; in rl_initialize()
421 HistEvent ev; in readline()
549 HistEvent ev; in get_history_event()
1171 HistEvent ev; in stifle_history()
1187 HistEvent ev; in unstifle_history()
1349 HistEvent ev; in read_history()
1366 HistEvent ev; in write_history()
1386 HistEvent ev; in history_get()
1420 HistEvent ev; in add_history()
[all …]
HDhist.h44 typedef int (*hist_fun_t)(void *, TYPE(HistEvent) *, int, ...);
53 TYPE(HistEvent) ev; /* Event cookie */
HDhist.c165 TYPE(HistEvent) ev; in hist_command()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LineEditor/
HDLineEditor.cpp228 HistEvent HE; in LineEditor()
244 HistEvent HE; in saveHistory()
251 HistEvent HE; in loadHistory()
270 HistEvent HE; in readLine()
/freebsd-11-stable/bin/sh/
HDhistedit.c166 HistEvent he; in sethistsize()
190 HistEvent he; in histcmd()
429 HistEvent he; in str_to_event()
HDinput.c255 HistEvent he; in preadbuffer()
/freebsd-11-stable/usr.bin/bc/
HDextern.h45 extern HistEvent he;
HDscan.l38 HistEvent he;
/freebsd-11-stable/contrib/ntp/libntp/
HDntp_lineedit.c56 static HistEvent hev;
/freebsd-11-stable/usr.sbin/pppctl/
HDpppctl.c284 HistEvent hev = { 0, "" }; in Terminal()
580 HistEvent hev = { 0, "" }; in main()
/freebsd-11-stable/lib/libedit/TEST/
HDtc1.c134 HistEvent ev; in main()
/freebsd-11-stable/usr.sbin/lpr/lpc/
HDlpc.c152 HistEvent he; in cmdscanner()
/freebsd-11-stable/usr.sbin/gstat/
HDgstat.c97 HistEvent hist_ev; in main()
/freebsd-11-stable/usr.sbin/ngctl/
HDmain.c298 HistEvent hev = { 0, "" }; in DoInteractive()
/freebsd-11-stable/contrib/tnftp/src/
HDmain.c675 HistEvent ev; in cmdscanner()
HDutil.c978 HistEvent ev; in controlediting()
/freebsd-11-stable/usr.bin/units/
HDunits.c763 HistEvent ev; in main()
/freebsd-11-stable/usr.bin/tftp/
HDmain.c713 HistEvent he; in command()
/freebsd-11-stable/sbin/fsdb/
HDfsdb.c233 HistEvent he; in cmdloop()
/freebsd-11-stable/usr.sbin/cdcontrol/
HDcdcontrol.c1166 HistEvent he; in input()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp77 #define HistEventW HistEvent
/freebsd-11-stable/crypto/openssh/
HDsftp.c2046 HistEvent hev; in interactive_loop()