Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dout.c117 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp_first, in tblcalc() argument
136 tbl->cols = mandoc_calloc((size_t)sp_first->opts->cols, in tblcalc()
138 opts = sp_first->opts; in tblcalc()
142 for (sp = sp_first; sp != NULL; sp = sp->next) { in tblcalc()
218 if (maxcol < sp_first->opts->cols - 1) in tblcalc()
219 maxcol = sp_first->opts->cols - 1; in tblcalc()