Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltests.c1385 static int testC (lua_State *L);
1585 lua_pushcclosure(L1, testC, getnum); in runC()
1784 static int testC (lua_State *L) { in testC() function
1942 {"testC", testC},