Home
last modified time | relevance | path

Searched refs:TRST_ENDCELL_LINEBREAK (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DTRSTable.h23 #define TRST_ENDCELL_LINEBREAK 0 macro
26 #define Stbl_lineBreak(stbl,l,off,pos) Stbl_finishCellInTable(stbl, TRST_ENDCELL_LINEBREAK, l, off,…
DTRSTable.c576 if ((end_td & TRST_ENDCELL_MASK) == TRST_ENDCELL_LINEBREAK) { in Stbl_finishCellInRow()
815 if ((end_td & TRST_ENDCELL_MASK) == TRST_ENDCELL_LINEBREAK) { in Stbl_finishCellInRow()
1567 if ((end_td & TRST_ENDCELL_MASK) == TRST_ENDCELL_LINEBREAK) in Stbl_finishCellInTable()
1630 if ((end_td & TRST_ENDCELL_MASK) == TRST_ENDCELL_LINEBREAK) { in Stbl_finishCellInTable()
1991 TRST_ENDCELL_LINEBREAK, in Stbl_update_enclosing()