Home
last modified time | relevance | path

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

/third_party/boost/libs/metaparse/tools/
Dgenerate_all.py145 is_section = re.compile('^\[section (([0-9]\.)+)')
167 m = is_section.match(l)
/third_party/boost/tools/auto_index/src/
Dauto_index.cpp274 bool is_section(const std::string& name) in is_section() function
327 if(is_section(node->name)) in recurse_through_children()
334 if(is_block(node->name) || is_section(node->name)) in recurse_through_children()
/third_party/gettext/build-aux/
Dtexi2html4672 my $is_section = shift;
4679 … return &$I('see section %{reference_name}', { 'reference_name' => $name }) if ($is_section);
4684 … return &$I('See section %{reference_name}', { 'reference_name' => $name }) if ($is_section);