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

/freebsd-11.0-release/contrib/mdocml/
H A Dout.c115 int icol, maxcol, necol, nxcol, quirkcol; local
143 icol = dp->layout->col;
144 if (maxcol < icol)
145 maxcol = icol;
146 col = tbl->cols + icol;
162 for (icol = 0; icol <= maxcol; icol++) {
163 col = tbl->cols + icol;
181 for (icol
[all...]
/freebsd-11.0-release/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 42 milliseconds