Searched refs:HISTIGNOREALLDUPS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c1256 if (hist_ignore_all_dups != isset(HISTIGNOREALLDUPS)
1257 && (hist_ignore_all_dups = isset(HISTIGNOREALLDUPS)) != 0)
1346 if ((isset(HISTIGNOREDUPS) || isset(HISTIGNOREALLDUPS)) && save > 0
2695 hist_ignore_all_dups = isset(HISTIGNOREALLDUPS);
H A Doptions.c152 {{NULL, "histignorealldups", 0}, HISTIGNOREALLDUPS},
H A Dzsh.h2079 HISTIGNOREALLDUPS, enumerator in enum:__anon15760

Completed in 107 milliseconds