Searched refs:TBL_CELL_ITALIC (Results 1 – 3 of 3) sorted by relevance
61 #define TBL_CELL_ITALIC (1 << 1) /* i, I, fI */ macro
114 cp->flags |= TBL_CELL_ITALIC; in mods()192 cp->flags |= TBL_CELL_ITALIC; in mods()
927 else if (dp->layout->flags & TBL_CELL_ITALIC) in tbl_word()