Home
last modified time | relevance | path

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

/external/lua/src/
Dlcorolib.c120 static const char *const statname[] = variable
148 lua_pushstring(L, statname[auxstatus(L, co)]); in luaB_costatus()
184 return luaL_error(L, "cannot close a %s coroutine", statname[status]); in luaB_close()