Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c1032 static int num2straux (char *buff, int sz, lua_Number x) { in num2straux() function
1066 int n = num2straux(buff, sz, x); in lua_number2strx()