Searched refs:HIST_OLD (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c1351 * timestamp right. Perhaps, preserve the HIST_OLD flag.
1354 newflags |= he->node.flags & HIST_OLD; /* Avoid re-saving */
2370 newflags = HIST_OLD | HIST_READ;
2526 while (he && he->node.flags & HIST_OLD) {
2625 if (he->node.flags & (HIST_OLD|HIST_NOWRITE))
2627 he->node.flags |= HIST_OLD;
H A Dzsh.h1896 #define HIST_OLD 0x00000002 /* Command is already written to disk*/ macro

Completed in 167 milliseconds