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

/freebsd-9.3-release/bin/sh/
H A Dmain.c194 int numeof = 0; local
211 if (!top || numeof >= 50)
218 numeof++;
221 numeof = 0;
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.set.c45 int numeof = 0; variable
173 numeof = 0;
176 numeof = 0;
179 numeof = numeof * 10 + *cp - '0';
181 if (numeof <= 0) numeof = 26; /* Sanity check */
760 numeof = 0;
H A Dsh.lex.c1457 if (numeof != 0 && ++sincereal >= numeof) /* Too many EOFs? Bye! */
H A Dsh.h1195 extern int numeof;

Completed in 155 milliseconds