Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dtbl.h61 #define TBL_CELL_ITALIC (1 << 1) /* i, I, fI */ macro
H A Dtbl_layout.c114 cp->flags |= TBL_CELL_ITALIC; in mods()
192 cp->flags |= TBL_CELL_ITALIC; in mods()
H A Dtbl_term.c927 else if (dp->layout->flags & TBL_CELL_ITALIC) in tbl_word()