HomeSort by relevance Sort by last modified time
    Searched refs:histsave (Results 1 - 6 of 6) sorted by null

  /external/mksh/src/
histrap.c 359 /* Back up over last histsave */
367 histsave(&hist_source->line, cmd, HIST_STORE, true);
550 histsave(NULL, NULL, HIST_DISCARD, true);
585 /* called by histsave(), may not HIST_DISCARD, caller should flush */
606 histsave(int *lnp, const char *cmd, int svmode, bool ignoredups) function
625 histsave(lnp, c, HIST_STORE, true);
891 histsave(NULL, NULL, HIST_DISCARD, true);
940 histsave(&lno, (char *)(base + 4), HIST_NOTE, false);
    [all...]
lex.c 1354 histsave(&s->line, NULL, HIST_FLUSH, true);
    [all...]
funcs.c 549 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false);
    [all...]
edit.c     [all...]
main.c 884 histsave(&s->line, NULL, HIST_FLUSH, true);
    [all...]
sh.h     [all...]

Completed in 111 milliseconds