Home
last modified time | relevance | path

Searched refs:pdot (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlobject.c260 const char *pdot = strchr(s, '.'); in l_str2d() local
261 if (pdot == NULL || strlen(s) > L_MAXLENNUM) in l_str2d()
264 buff[pdot - s] = lua_getlocaledecpoint(); /* correct decimal point */ in l_str2d()
/freebsd/usr.bin/mail/
H A Dcmdtab.c86 { "=", pdot, NOLIST, 0, 0 },
H A Dextern.h180 int pdot(void *);
H A Dcmd1.c206 pdot(void *arg __unused) in pdot() function