Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dtbl_layout.c111 cp->flags |= TBL_CELL_ITALIC; in mods()
178 cp->flags |= TBL_CELL_ITALIC; in mods()
H A Dmandoc.h242 #define TBL_CELL_ITALIC (1 << 3) /* fI, I, i */ macro
H A Dtbl_term.c420 else if (dp->layout->flags & TBL_CELL_ITALIC) in tbl_word()