Home | History | Annotate | Download | only in vis

Lines Matching refs:col

45 foldit(const char *chunk, int col, int max, int flags)
59 col = 0;
62 col = (col + 8) &~ 07;
65 col = col ? col - 1 : 0;
68 col++;
70 if (col > (max - 2)) {
72 col = 0;
77 return (col);