Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dout.c128 int done, icol, maxcol, necol, nxcol, quirkcol; in tblcalc() local
153 icol = dp->layout->col; in tblcalc()
154 while (maxcol < icol + dp->hspans) in tblcalc()
156 col = tbl->cols + icol; in tblcalc()
198 while (*gp != NULL && ((*gp)->startcol != icol || in tblcalc()
199 (*gp)->endcol != icol + dp->hspans)) in tblcalc()
205 g->startcol = icol; in tblcalc()
206 g->endcol = icol + dp->hspans; in tblcalc()
220 for (icol = 0; icol <= maxcol; icol++) { in tblcalc()
221 col = tbl->cols + icol; in tblcalc()
[all …]
H A Dmdoc_man.c1075 size_t icol; in pre_bl() local
1099 for (icol = 0; icol < n->norm->Bl.ncols; icol++) in pre_bl()
/freebsd/tools/sched/
H A Dschedgraph.py378 self.icol = 0
390 self.icol += 1
392 c = self.icol
396 item = SourceConf(self.items[self.icol], source)