Searched refs:HistEvent (Results 1 – 8 of 8) sorted by relevance
/external/libedit/src/ |
D | history.c | 61 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *); 62 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); 63 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *); 64 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int); 104 private int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int); 105 private int history_getsize(TYPE(History) *, TYPE(HistEvent) *); 106 private int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int); 107 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 …]
|
D | histedit.h | 188 typedef struct HistEvent { struct 191 } HistEvent; argument 199 int history(History *, HistEvent *, int, ...);
|
D | readline.c | 199 HistEvent ev; in _move_history() 287 HistEvent ev; in rl_initialize() 386 HistEvent ev; in readline() 514 HistEvent ev; in get_history_event() 1135 HistEvent ev; in stifle_history() 1151 HistEvent ev; in unstifle_history() 1313 HistEvent ev; in read_history() 1330 HistEvent ev; in write_history() 1350 HistEvent ev; in history_get() 1384 HistEvent ev; in add_history() [all …]
|
D | hist.h | 45 typedef int (*hist_fun_t)(void *, TYPE(HistEvent) *, int, ...); 54 TYPE(HistEvent) ev; /* Event cookie */
|
D | hist.c | 161 TYPE(HistEvent) ev; in hist_command()
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 229 HistEvent HE; in LineEditor() 245 HistEvent HE; in saveHistory() 252 HistEvent HE; in loadHistory() 271 HistEvent HE; in readLine()
|
/external/libedit/examples/ |
D | tc1.c | 138 HistEvent ev; in main()
|
/external/openssh/ |
D | sftp.c | 2046 HistEvent hev; in interactive_loop()
|