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

/freebsd-12-stable/contrib/lua/src/
H A Dlobject.c200 int hasdot = 0; /* true after seen a dot */ local
208 if (hasdot) break; /* second dot? stop loop */
209 else hasdot = 1;
217 if (hasdot) e--; /* decimal digit? correct exponent */

Completed in 51 milliseconds