/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
H A D | html-table.cpp | 341 out->put_string("<table width=\"100%\"") in emit_table_header() 342 .put_string(" border=0 rules=\"none\" frame=\"void\"\n") in emit_table_header() 343 .put_string(" cellspacing=\"0\" cellpadding=\"0\""); in emit_table_header() 344 out->put_string(">") in emit_table_header() 346 out->put_string("<tr valign=\"top\" align=\"left\""); in emit_table_header() 348 out->put_string(" style=\"margin-top: "); in emit_table_header() 349 out->put_string(STYLE_VERTICAL_SPACE); in emit_table_header() 350 out->put_string("\""); in emit_table_header() 352 out->put_string(">").nl(); in emit_table_header() 400 out->put_string("</td>").nl(); in emit_col() [all …]
|
H A D | html-text.cpp | 150 case I_TAG: out->put_string("</i>"); break; in end_tag() 151 case B_TAG: out->put_string("</b>"); break; in end_tag() 153 out->put_string("</p>"); in end_tag() 157 out->put_string("</p>"); in end_tag() 161 case SUB_TAG: out->put_string("</sub>"); break; in end_tag() 162 case SUP_TAG: out->put_string("</sup>"); break; in end_tag() 163 case TT_TAG: out->put_string("</tt>"); break; in end_tag() 164 case PRE_TAG: out->put_string("</pre>"); out->enable_newlines(TRUE); in end_tag() 170 case SMALL_TAG: out->put_string("</small>"); break; in end_tag() 171 case BIG_TAG: out->put_string("</big>"); break; in end_tag() [all …]
|
H A D | output.cpp | 203 put_string("<!--"); in begin_comment() 213 put_string("-->").nl(); in end_comment() 299 simple_output &simple_output::put_string(const char *s, int n) in put_string() function in simple_output 305 simple_output &simple_output::put_string(const char *s) in put_string() function in simple_output 311 simple_output &simple_output::put_string(const string &s) in put_string() function in simple_output 321 put_string(buf); in put_number() 330 put_string(buf); in put_float()
|
H A D | html.h | 54 simple_output &put_string(const char *, int); 55 simple_output &put_string(const char *s); 56 simple_output &put_string(const string &s);
|
H A D | post-html.cpp | 2176 html.put_string("<hr>"); in emit_line() 2450 html.nl().nl().put_string("<a name=\""); in write_header() 2456 html.put_string(buffer.contents()); in write_header() 2458 html.put_string(header.header_buffer); in write_header() 2460 html.put_string("\"></a>").nl(); in write_header() 2469 html.put_string("<b><font size=\"+1\">"); in write_header() 2470 html.put_string(header.header_buffer); in write_header() 2471 html.put_string("</font></b>").nl(); in write_header() 2474 html.put_string("<b>"); in write_header() 2475 html.put_string(header.header_buffer); in write_header() [all …]
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | refer.cpp | 641 put_string(pending_line, outfp); in output_pending_line() 644 put_string(pending_lf_lines, outfp); in output_pending_line() 786 put_string(label, outfp); in immediately_output_references() 822 put_string(merged_label, fp); in output_citation_group() 826 put_string(v[i]->get_label(type), fp); in output_citation_group() 828 put_string(sep_label, fp); in output_citation_group() 871 put_string(post_label, fp); in handle_pending() 887 put_string(sep_label, fp); in handle_pending() 893 put_string(sep_label, fp); in handle_pending() 898 put_string(post_label, fp); in handle_pending() [all …]
|
H A D | ref.cpp | 832 put_string(f, fp); in output() 837 put_string(f, fp); in output() 872 put_string(annotation_macro, fp); in output() 874 put_string(field[field_index[annotation_field]], fp); in output() 881 put_string(sort_key, fp); in print_sort_key_comment()
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | htmlhint.cpp | 51 put_string(HTML_IMAGE_INLINE_BEGIN, stdout); in html_begin_suppress() 60 put_string(HTML_IMAGE_INLINE_END, stdout); in html_end_suppress()
|
H A D | string.cpp | 329 void put_string(const string &s, FILE *fp) in put_string() function
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
H A D | main.cpp | 79 put_string(linebuf, stdout); in do_file() 90 put_string(linebuf, stdout); in do_file() 120 put_string(linebuf, stdout); in do_file() 126 put_string(linebuf, stdout); in do_file()
|
H A D | lex.cpp | 612 put_string(context_ring[i], stderr); in show_context() 617 put_string(context_ring[i], stderr); in show_context()
|
/netbsd-src/external/bsd/byacc/dist/test/ |
H A D | grammar.y | 279 extern void put_string (FILE *outf, const char *s); 1166 put_string(stdout, "/* "); in process_file() 1167 put_string(stdout, cur_file_name()); in process_file() 1168 put_string(stdout, " */\n"); in process_file()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
H A D | ntlm.c | 387 put_string(krb5_storage *sp, int ucs2, const char *s) in put_string() function 464 CHECK(put_string(out, ucs2, s), 0); in encode_ti_string() 796 CHECK(put_string(out, ucs2, type1->domain), 0); in heim_ntlm_encode_type1() 798 CHECK(put_string(out, ucs2, type1->hostname), 0); in heim_ntlm_encode_type1() 938 CHECK(put_string(out, ucs2, type2->targetname), 0); in heim_ntlm_encode_type2() 1150 CHECK(put_string(out, ucs2, type3->targetname), 0); in heim_ntlm_encode_type3() 1151 CHECK(put_string(out, ucs2, type3->username), 0); in heim_ntlm_encode_type3() 1152 CHECK(put_string(out, ucs2, type3->ws), 0); in heim_ntlm_encode_type3()
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/ |
H A D | ps.h | 27 ps_output &put_string(const char *, int);
|
H A D | ps.cpp | 206 ps_output &ps_output::put_string(const char *s, int n) in put_string() function in ps_output 1020 out.put_string(sbuf, sbuf_len); in flush_sbuf()
|
H A D | psrm.cpp | 1116 put_string(s, outfp); in print_ps_string()
|
/netbsd-src/external/gpl2/groff/dist/src/include/ |
H A D | stringclass.h | 196 void put_string(const string &, FILE *);
|
/netbsd-src/external/gpl2/groff/dist/src/utils/addftinfo/ |
H A D | addftinfo.cpp | 168 put_string(s, outfp); in convert_font()
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/ |
H A D | main.cpp | 594 put_string(font, stderr); in debug_print() 599 put_string(macro, stderr); in debug_print() 734 put_string(width, stderr); in debug_print()
|
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/ |
H A D | groff.cpp | 627 put_string(str, fp); in print()
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | node.cpp | 813 static void put_string(const char *s, FILE *fp) in put_string() function 831 put_string(s, fp); in put() 836 put_string(i_to_a(i), fp); in put() 841 put_string(ui_to_a(i), fp); in put()
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.117 | 953 (html_printer::begin_page): Use `put_string()'. Handle indentation. 955 Use `put_string()'. 987 (simple_output::put_string): Simplified.
|
H A D | ChangeLog.118 | 2932 * src/devices/grohtml/output.cc (simple_output::put_string): Add
|
H A D | ChangeLog.115 | 1094 (ps_output::put_string): Use is_ascii. Use csprint rather than
|