Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlua.c63 static void lstop (lua_State *L, lua_Debug *ar) { in lstop() function
79 lua_sethook(globalL, lstop, flag, 1); in laction()