Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c5270 ssize_t abswidth = (width > 0) ? width : -width; in xo_anchor_stop() local
5271 ssize_t blen = abswidth - xop->xo_anchor_columns; in xo_anchor_stop()
5276 if (abswidth > XO_MAX_ANCHOR_WIDTH) { in xo_anchor_stop()