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()
553 histsave(NULL, NULL, HIST_DISCARD, true); in sethistfile()
609 histsave(int *lnp, const char *cmd, int svmode, bool ignoredups) in histsave() function
628 histsave(lnp, c, HIST_STORE, true); in histsave()
895 histsave(NULL, NULL, HIST_DISCARD, true); in hist_init()
944 histsave(&lno, (char *)(base + 4), HIST_NOTE, false); in histload()
Dlex.c1374 histsave(&s->line, NULL, HIST_FLUSH, true); in getsc_line()
1449 histsave(&s->line, s->str, HIST_APPEND, true); in getsc_line()
1451 histsave(&s->line, s->str, HIST_QUEUE, true); in getsc_line()
1461 histsave(&s->line, NULL, HIST_FLUSH, true); in getsc_line()
Dfuncs.c540 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false); in c_print()
1865 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false); in c_read()
Dedit.c2325 histsave(&source->line, xbuf, HIST_STORE, true); in x_intr()
3136 histsave(&source->line, xbuf, HIST_STORE, true); in x_edit_line()
4413 histsave(&source->line, vs->cbuf, in vi_cmd()
Dmain.c934 histsave(&s->line, NULL, HIST_FLUSH, true); in shell()
Dsh.h2510 void histsave(int *, const char *, int, bool);