Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtemplates.cpp549 _variables[name] = value; in add_variable()
564 PRE(_variables.find(name) != _variables.end()); in remove_variable()
565 _variables.erase(_variables.find(name)); in remove_variable()
580 PRE(_variables.find(name) == _variables.end()); in add_vector()
595 PRE(_variables.find(name) == _variables.end()); in add_to_vector()
612 return (_variables.find(name) != _variables.end() || in exists()
627 const variables_map::const_iterator iter = _variables.find(name); in get_variable()
628 if (iter == _variables.end()) in get_variable()
H A Dtemplates.hpp82 variables_map _variables; member in utils::text::templates_def
/freebsd/contrib/ncurses/
H A DNEWS6022 pages, e.g., *_variables, curs_sp_funcs, curs_threads.