Home
last modified time | relevance | path

Searched refs:histsave (Results 1 – 6 of 6) sorted by relevance

/external/mksh/src/
Dhistrap.c367 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()
Dlex.c1375 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()
Dfuncs.c549 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()
Dedit.c2320 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()
Dmain.c885 histsave(&s->line, NULL, HIST_FLUSH, true); in shell()
Dsh.h2429 void histsave(int *, const char *, int, bool);