Lines Matching refs:spn
571 const struct tbl_span *sp, const struct tbl_span *spn, int flags) in tbl_hrule() argument
586 cpn = spn == NULL ? NULL : spn->layout->first; in tbl_hrule()
588 if (spn != NULL) { in tbl_hrule()
589 if (spn->pos == TBL_SPAN_DATA) in tbl_hrule()
590 dpn = spn->first; in tbl_hrule()
591 else if (spn->next != NULL) in tbl_hrule()
592 dpn = spn->next->first; in tbl_hrule()
609 (spn == NULL ? 0 : BDOWN * bw) + in tbl_hrule()
657 } else if (spn != NULL && opts & TBL_OPT_ALLBOX) in tbl_hrule()
705 (spn == NULL ? 0 : BDOWN * bw) + in tbl_hrule()
706 (spp == NULL || spn == NULL || in tbl_hrule()
707 spn->layout->last->pos != TBL_CELL_DOWN ? in tbl_hrule()