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

/freebsd-11-stable/bin/sh/
H A Dmain.c203 int numeof = 0; local
220 if (!top || numeof >= 50)
227 numeof++;
230 numeof = 0;
/freebsd-11-stable/contrib/tcsh/
H A Dsh.set.c41 int numeof = 0; variable
181 numeof = 0;
184 numeof = 0;
187 numeof = numeof * 10 + *cp - '0';
189 if (numeof <= 0) numeof = 26; /* Sanity check */
774 numeof = 0;
H A Dsh.lex.c1472 if (numeof != 0 && ++sincereal >= numeof) /* Too many EOFs? Bye! */
H A Dsh.h1214 extern int numeof;

Completed in 110 milliseconds