OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H_SAVE
(Results
1 - 8
of
8
) sorted by null
/external/libedit/src/
hist.h
75
#define HIST_SAVE(el, fname) HIST_FUN(el,
H_SAVE
fname)
histedit.h
219
#define
H_SAVE
18 /* , const char *); */
history.c
1016
case
H_SAVE
:
readline.c
1336
return history(h, &ev,
H_SAVE
, filename) == -1 ?
[
all
...]
/prebuilts/libs/libedit/include/
histedit.h
219
#define
H_SAVE
18 /* , const char *); */
/external/libedit/examples/
wtc1.c
231
history_w(hist, &ev,
H_SAVE
,
271
history_w(hist, &ev,
H_SAVE
, hfile);
tc1.c
271
history(hist, &ev,
H_SAVE
, av[2]);
/external/llvm/lib/LineEditor/
LineEditor.cpp
240
::history(Data->Hist, &HE,
H_SAVE
, HistoryPath.c_str());
Completed in 1648 milliseconds