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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp90 static string head_info; /* user supplied information to be placed */ variable
2923 * do_head - adds a string to head_info which is to be included into
2929 head_info += string(name);
2930 head_info += '\n';
4690 head_info += '\0';
4691 fputs(head_info.contents(), stdout);

Completed in 43 milliseconds