Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dterm_ps.c519 return pspdf_alloc(outopts, TERMTYPE_PS); in ps_alloc()
741 if (TERMTYPE_PS != p->type) { in ps_closepage()
796 if (TERMTYPE_PS == p->type) { in ps_end()
888 if (TERMTYPE_PS == p->type) { in ps_begin()
963 if (TERMTYPE_PS == p->type) { in ps_pletter()
985 if (TERMTYPE_PS != p->type) { in ps_pletter()
1045 if (TERMTYPE_PS != p->type) in ps_pclose()
1273 if (TERMTYPE_PS == p->type) in ps_setfont()
H A Dterm.h27 TERMTYPE_PS, enumerator
H A Dterm.c650 else if (p->type == TERMTYPE_PS) in term_word()
1025 } else if (p->type == TERMTYPE_PS) { in term_strlen()