Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Dout.c117 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp_first, in tblcalc() argument
150 tbl->cols = mandoc_calloc((size_t)sp_first->opts->cols, in tblcalc()
152 opts = sp_first->opts; in tblcalc()
157 for (sp = sp_first; sp != NULL; sp = sp->next) { in tblcalc()
225 if (maxcol < sp_first->opts->cols - 1) in tblcalc()
226 maxcol = sp_first->opts->cols - 1; in tblcalc()