Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.hpp101 void remove_variable(const std::string&);
H A Dtemplates.cpp353 _templates.remove_variable(loop.iterator); in handle_normal()
561 text::templates_def::remove_variable(const std::string& name) in remove_variable() function in text::templates_def
H A Dtemplates_test.cpp115 templates.remove_variable("the-name"); in ATF_TEST_CASE_BODY()