HomeSort by: relevance | last modified time | path
    Searched defs:ps_printf (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/mdocml/dist/
term_ps.c 109 static void ps_printf(struct termp *, const char *, ...)
657 ps_printf(struct termp *p, const char *fmt, ...) function
698 /* See ps_printf(). */
726 ps_printf(p, "%zu 0 obj\n", obj);
743 ps_printf(p, "%s", p->ps->psmarg);
749 ps_printf(p, "endstream\nendobj\n");
753 ps_printf(p, "%zu\nendobj\n", len);
757 ps_printf(p, "<<\n/ProcSet [/PDF /Text]\n");
758 ps_printf(p, "/Font <<\n");
760 ps_printf(p, "/F%d %d 0 R\n", i, 3 + i)
    [all...]

Completed in 21 milliseconds