Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dterm_ascii.c78 p->enc = TERMENC_ASCII; in ascii_init()
85 if (enc != TERMENC_ASCII) { in ascii_init()
134 return ascii_init(TERMENC_ASCII, outopts); in ascii_alloc()
Dterm.c602 if (p->enc == TERMENC_ASCII) { in term_word()
652 else if (p->enc == TERMENC_ASCII) in term_word()
735 if (p->enc == TERMENC_ASCII) { in term_word()
742 if (p->enc == TERMENC_ASCII) in term_word()
787 if (p->enc == TERMENC_ASCII) { in term_word()
1008 if (p->enc == TERMENC_ASCII) { in term_strlen()
1028 } else if (p->enc == TERMENC_ASCII) { in term_strlen()
1063 if (p->enc == TERMENC_ASCII) { in term_strlen()
Dterm.h20 TERMENC_ASCII, enumerator
Dtbl_term.c211 if (tp->enc == TERMENC_ASCII && in term_tbl()
549 if (tp->enc == TERMENC_ASCII && in term_tbl()
682 if (tp->enc != TERMENC_ASCII || (uw < 2 && dw < 2)) in tbl_hrule()
Dterm_ps.c535 p->enc = TERMENC_ASCII; in pspdf_alloc()