Searched refs:add_to_sbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2012 void add_to_sbuf (int index, const string &s);
4228 * add_to_sbuf - adds character code or name to the sbuf.
4231 void html_printer::add_to_sbuf (int idx, const string &s) function in class:html_printer
4267 add_to_sbuf(idx, name);
4279 add_to_sbuf(idx, name);
4330 add_to_sbuf(idx, name);
4339 add_to_sbuf(idx, name);
4370 add_to_sbuf(i, name);

Completed in 49 milliseconds