HomeSort by: relevance | last modified time | path
    Searched defs:c_column (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/col/
col.c 87 int c_column; /* column character is in */ member in struct:char_str
324 c->c_column = cur_col;
461 count[c->c_column]++;
474 sorted[count[c->c_column]++] = *c;
479 this_col = c->c_column;
483 } while (--nchars > 0 && this_col == endc->c_column);
489 this_col + c->c_width > endc->c_column)
col.c 87 int c_column; /* column character is in */ member in struct:char_str
324 c->c_column = cur_col;
461 count[c->c_column]++;
474 sorted[count[c->c_column]++] = *c;
479 this_col = c->c_column;
483 } while (--nchars > 0 && this_col == endc->c_column);
489 this_col + c->c_width > endc->c_column)

Completed in 24 milliseconds