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

/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dsystem.c74 char *outvar = NULL, *countvar = NULL, *inbuf; local
103 countvar = OPT_ARG(ops, 'c');
104 if (!isident(countvar)) {
105 zwarnnam(nam, "not an identifier: %s", countvar);
193 if (countvar)
194 setiparam(countvar, count);
211 if (countvar)
212 setiparam(countvar, count);
242 char *countvar = NULL; local
253 countvar
[all...]

Completed in 131 milliseconds