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

/freebsd-current/contrib/lua/src/
H A Dlobject.c172 int hasdot = 0; /* true after seen a dot */ local
180 if (hasdot) break; /* second dot? stop loop */
181 else hasdot = 1;
189 if (hasdot) e--; /* decimal digit? correct exponent */

Completed in 108 milliseconds