Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dout.c115 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp_first, in tblcalc() argument
135 tbl->cols = mandoc_calloc((size_t)sp_first->opts->cols, in tblcalc()
137 opts = sp_first->opts; in tblcalc()
141 for (sp = sp_first; sp != NULL; sp = sp->next) { in tblcalc()
216 if (maxcol < sp_first->opts->cols - 1) in tblcalc()
217 maxcol = sp_first->opts->cols - 1; in tblcalc()