Lines Matching refs:stop
207 int tmp, stop;
209 ch = stop = 0;
215 stop = 1;
218 if ((!stop) && ((tmp = getc(yyin)) != EOF) && (isdigit(tmp))
223 stop = 1;
226 if ((!stop) && ((tmp = getc(yyin)) != EOF) && (isdigit(tmp))
231 stop = 1;
278 int tmp, stop;
280 ch = stop = 0;
286 stop = 1;
289 if ((!stop) && ((tmp = getc(yyin)) != EOF) && (isdigit(tmp))
294 stop = 1;
297 if ((!stop) && ((tmp = getc(yyin)) != EOF) && (isdigit(tmp))
302 stop = 1;