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

  /src/usr.bin/col/
col.c 90 int c_width; /* character width */ member in struct:char_str
325 c->c_width = wcwidth(ch);
334 if (c->c_width > 0)
335 cur_col += c->c_width;
489 this_col + c->c_width > endc->c_column)
530 for (j = 0; j < c->c_width; j++)
535 last_col += (c - 1)->c_width;

Completed in 11 milliseconds