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

  /src/usr.bin/column/
column.c 214 int coloff, cnt; local
224 for (coloff = 0, p = *lp;
225 (cols[coloff] = strtok(p, separator)) != NULL; p = NULL)
226 if (++coloff == maxcols) {
239 t->list = ecalloc(coloff, sizeof(*(t->list)));
240 t->len = ecalloc(coloff, sizeof(*(t->len)));
241 for (t->cols = coloff; --coloff >= 0;) {
242 t->list[coloff] = cols[coloff];
    [all...]
  /src/external/bsd/mdocml/dist/
tbl_term.c 168 size_t coloff, tsz; local
233 coloff = tp->tcol->offset;
239 coloff++;
240 tp->tcol->rmargin = coloff;
249 tp->tcol->offset = coloff;
251 coloff += tp->tbl.cols[ic].width;
252 tp->tcol->rmargin = coloff;
254 coloff += tp->tbl.cols[ic].spacing;
269 tp->tcol->offset = coloff + 1;

Completed in 23 milliseconds