Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dhtml.c74 static void print_title_tag (FILE *file, const char *name,
129 print_title_tag (html->file, "title", _("PSPP Output")); in html_create()
212 print_title_tag (FILE *file, const char *name, const char *content) in print_title_tag() function
285 print_title_tag (html->file, tag, s); in html_submit()
296 print_title_tag (html->file, "pre", s); /* should be <P><TT> */ in html_submit()
308 print_title_tag (html->file, "p", s); in html_submit()