Home
last modified time | relevance | path

Searched defs:tree_key (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dlua_module.cpp90 std::string tree_key; in get_tree_key() local
111 new_table_for_key(lutok::state& state, const std::string& tree_key) in new_table_for_key()
219 const std::string tree_key = get_tree_key(state, -2, -1); in redirect_index() local
H A Dkeys.hpp44 typedef std::vector< std::string > tree_key; typedef