Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dloslib.c59 #define l_pushtime(L,t) lua_pushinteger(L,(lua_Integer)(t)) macro
65 #define l_pushtime(L,t) lua_pushnumber(L,(lua_Number)(t)) macro
365 l_pushtime(L, t); in os_time()