Home
last modified time | relevance | path

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

/original-bsd/usr.bin/col/
H A Dcol.c49 short c_column; /* column character is in */ member
261 c->c_column = cur_col;
381 count[c->c_column]++;
394 sorted[count[c->c_column]++] = *c;
399 this_col = c->c_column;
403 } while (--nchars > 0 && this_col == endc->c_column);