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

/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c3200 int nwords_max; local
3202 nwords_max = 2 * countlinknodes(wordlist);
3203 if (nwords_max > nwords) {
3204 *nwordsp = nwords = nwords_max;

Completed in 71 milliseconds