Home
last modified time | relevance | path

Searched defs:lua_number2strx (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dluaconf.h628 #define lua_number2strx(L,b,sz,f,n) \ macro
H A Dlstrlib.c1064 static int lua_number2strx (lua_State *L, char *buff, int sz, in lua_number2strx() function