OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 28 16:09:52 GMT 2025