Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dhtml_printer.cpp16 void open_tag(html_printer& printer, quickbook::string_view name) in open_tag() function
/third_party/boost/libs/spirit/classic/example/fundamental/
Dcomments.cpp146 rule<> open_tag, html_tag, close_tag, body_text; in main() local