Searched refs:histsave (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | histrap.c | 367 histsave(&hist_source->line, cmd, HIST_STORE, true); in hist_execute() 550 histsave(NULL, NULL, HIST_DISCARD, true); in sethistfile() 606 histsave(int *lnp, const char *cmd, int svmode, bool ignoredups) in histsave() function 625 histsave(lnp, c, HIST_STORE, true); in histsave() 892 histsave(NULL, NULL, HIST_DISCARD, true); in hist_init() 941 histsave(&lno, (char *)(base + 4), HIST_NOTE, false); in histload()
|
D | lex.c | 1375 histsave(&s->line, NULL, HIST_FLUSH, true); in getsc_line() 1450 histsave(&s->line, s->str, HIST_APPEND, true); in getsc_line() 1452 histsave(&s->line, s->str, HIST_QUEUE, true); in getsc_line() 1462 histsave(&s->line, NULL, HIST_FLUSH, true); in getsc_line()
|
D | funcs.c | 549 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false); in c_print() 1864 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false); in c_read()
|
D | edit.c | 2320 histsave(&source->line, xbuf, HIST_STORE, true); in x_intr() 3102 histsave(&source->line, xbuf, HIST_STORE, true); in x_edit_line() 4376 histsave(&source->line, vs->cbuf, in vi_cmd()
|
D | main.c | 885 histsave(&s->line, NULL, HIST_FLUSH, true); in shell()
|
D | sh.h | 2429 void histsave(int *, const char *, int, bool);
|