Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/config/
H A Dlua_module.cpp92 std::string tree_key; in get_tree_key() local
113 new_table_for_key(lutok::state& state, const std::string& tree_key) in new_table_for_key()
221 const std::string tree_key = get_tree_key(state, -2, -1); in redirect_index() local
H A Dkeys_fwd.hpp44 typedef std::vector< std::string > tree_key; typedef