Lines Matching defs:column
63 u_long column, start, stop;
81 errx(1, "illegal column -- %s", argv[1]);
86 errx(1, "illegal column -- %s", argv[0]);
97 for (column = 0;;) {
103 if (column)
104 --column;
107 column = 0;
110 column = (column + TAB) & ~(TAB - 1);
113 ++column;
117 if ((!start || column < start || (stop && column > stop)) &&