OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HIST_ENTRY
(Results
1 - 2
of
2
) sorted by null
/external/libedit/src/editline/
readline.h
58
}
HIST_ENTRY
;
154
HIST_ENTRY
*current_history(void);
155
HIST_ENTRY
*history_get(int);
156
HIST_ENTRY
*remove_history(int);
157
HIST_ENTRY
*replace_history_entry(int, const char *, histdata_t);
160
HIST_ENTRY
*previous_history(void);
161
HIST_ENTRY
*next_history(void);
/prebuilts/libs/libedit/include/editline/
readline.h
58
}
HIST_ENTRY
;
154
HIST_ENTRY
*current_history(void);
155
HIST_ENTRY
*history_get(int);
156
HIST_ENTRY
*remove_history(int);
157
HIST_ENTRY
*replace_history_entry(int, const char *, histdata_t);
160
HIST_ENTRY
*previous_history(void);
161
HIST_ENTRY
*next_history(void);
Completed in 5776 milliseconds