Lines Matching refs:lutok
54 get_global_tree(lutok::state& state) in get_global_tree()
56 lutok::stack_cleaner cleaner(state); in get_global_tree()
58 state.push_value(lutok::registry_index); in get_global_tree()
83 get_tree_key(lutok::state& state, const int table_index, const int field_index) in get_tree_key()
102 static int redirect_newindex(lutok::state&);
103 static int redirect_index(lutok::state&);
113 new_table_for_key(lutok::state& state, const std::string& tree_key) in new_table_for_key()
153 redirect_newindex(lutok::state& state) in redirect_newindex()
194 redirect_index(lutok::state& state) in redirect_index()
260 config::redirect(lutok::state& state, tree& out_tree) in redirect()
262 lutok::stack_cleaner cleaner(state); in redirect()
276 state.push_value(lutok::registry_index); in redirect()