Searched refs:icol (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dout.c115 int icol, maxcol, necol, nxcol, quirkcol; local
143 icol = dp->layout->col;
144 while (maxcol < icol)
146 col = tbl->cols + icol;
178 for (icol = 0; icol <= maxcol; icol++) {
179 col = tbl->cols + icol;
180 if (col->spacing == SIZE_MAX || icol == maxcol)
199 for (icol
[all...]
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py375 self.icol = 0
387 self.icol += 1
389 c = self.icol
393 item = SourceConf(self.items[self.icol], source)

Completed in 67 milliseconds