Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-table.cpp412 .put_number(is_gap(b)) in emit_col()
428 .put_number(width) in emit_col()
434 .put_number(is_gap(b)) in emit_col()
446 .put_number(width) in emit_col()
452 .put_number(width) in emit_col()
458 .put_number(width) in emit_col()
760 .put_number(((in + pg) * 100 + ll/2) / ll - in begin()
H A Dhtml.h59 simple_output &put_number(int);
H A Doutput.cpp317 simple_output &simple_output::put_number(int n) in put_number() function in simple_output
H A Dpost-html.cpp2482 html.put_number(header.header_level); in write_header()
2486 html.put_number(header.header_level); in write_header()
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp292 ps_output &ps_output::put_number(int n) in put_number() function in ps_output
961 .put_number(c) in set_space_code()
1464 .put_number(ndefs + 1) in ~ps_printer()
1481 .put_number(ncopies) in ~ps_printer()
1484 .put_number(res) in ~ps_printer()
1754 out.put_number(llx) in do_import()
1755 .put_number(lly) in do_import()
1757 .put_number(urx - llx) in do_import()
1759 .put_number(ury - lly) in do_import()
H A Dps.h28 ps_output &put_number(int);
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.117988 (simple_output::put_number): Updated.
H A DChangeLog.1155995 (ps_output::put_number): Use 1 + INT_DIGITS + 1 instead of 12.