Searched refs:curelem (Results 1 – 1 of 1) sorted by relevance
49 int curelem; in lua_to_c_get_string() local53 curelem = lua_gettop(L); in lua_to_c_get_string()57 if (!lua_isstring(L, curelem)) { in lua_to_c_get_string()58 lua_settop(L, curelem - 1); in lua_to_c_get_string()73 int curelem; in lua_to_c_is_table() local77 curelem = lua_gettop(L); in lua_to_c_is_table()81 if (!lua_istable(L, curelem)) { in lua_to_c_is_table()82 lua_settop(L, curelem - 1); in lua_to_c_is_table()87 lua_settop(L, curelem - 1); in lua_to_c_is_table()309 int curelem; in cache_parse_lua() local[all …]