Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dliolib.c34 #if !defined(l_checkmode)
42 static int l_checkmode (const char *mode) { in l_checkmode() function
276 luaL_argcheck(L, l_checkmode(md), 2, "invalid mode"); in io_open()