Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dterm.c184 case ASCII_TABREF: in term_flushln()
315 case ASCII_TABREF: in term_fill()
386 case ASCII_TABREF: in term_field()
830 bufferc(p, ASCII_TABREF); in term_tab_ref()
978 ASCII_BREAK, ASCII_HYPH, ASCII_TABREF, '\0' }; in term_strlen()
Dmandoc.h26 #define ASCII_TABREF 26 /* reset tab reference position */ macro
Dterm_ascii.c188 return c != ASCII_BREAK && c != ASCII_NBRZW && c != ASCII_TABREF; in ascii_width()