Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dout.c125 struct tbl_colgroup *first_group, **gp, *g; in tblcalc() local
141 first_group = NULL; in tblcalc()
151 gp = &first_group; in tblcalc()
239 gp = &first_group; in tblcalc()
259 while (first_group != NULL) { in tblcalc()
283 for (g = first_group; g != NULL; g = g->next) { in tblcalc()
299 gp = &first_group; in tblcalc()