Home
last modified time | relevance | path

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

/external/lua/src/
Dliolib.c32 #if !defined(l_checkmode)
40 static int l_checkmode (const char *mode) { in l_checkmode() function
261 luaL_argcheck(L, l_checkmode(md), 2, "invalid mode"); in io_open()