Searched refs:pdot (Results 1 – 4 of 4) sorted by relevance
260 const char *pdot = strchr(s, '.'); in l_str2d() local261 if (pdot == NULL || strlen(s) > L_MAXLENNUM) in l_str2d()264 buff[pdot - s] = lua_getlocaledecpoint(); /* correct decimal point */ in l_str2d()
86 { "=", pdot, NOLIST, 0, 0 },
180 int pdot(void *);
206 pdot(void *arg __unused) in pdot() function