Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlua.c134 static int msghandler (lua_State *L) { in msghandler() function
156 lua_pushcfunction(L, msghandler); /* push message handler */ in docall()