Home
last modified time | relevance | path

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

/third_party/mksh/
Dhistrap.c609 histsave(int *lnp, const char *cmd, int svmode, bool ignoredups) in histsave() argument
615 if (svmode == HIST_DISCARD) { in histsave()
621 if (svmode == HIST_APPEND) { in histsave()
623 svmode = HIST_STORE; in histsave()
632 if (svmode == HIST_FLUSH) in histsave()
640 if (svmode != HIST_APPEND) { in histsave()
655 if (svmode == HIST_STORE && histfd != -1) in histsave()
659 if (svmode == HIST_QUEUE || svmode == HIST_APPEND) { in histsave()