Home
last modified time | relevance | path

Searched refs:column_width (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libtecla/common/
H A Dcplmatch.c142 int column_width; /* The number of characters within in each column. */ member
1046 fmt->column_width = 0; in cpl_plan_listing()
1067 fmt->column_width = maxlen; in cpl_plan_listing()
1068 fmt->ncol = fmt->term_width / (fmt->column_width + CPL_COL_SEP); in cpl_plan_listing()
1159 int npad = fmt->column_width + CPL_COL_SEP - clen - tlen; in cpl_format_line()
H A Dexpand.c137 int column_width; /* The number of characters within in each column. */ member
1322 fmt->column_width = 0; in ef_plan_listing()
1342 fmt->column_width = maxlen; in ef_plan_listing()
1343 fmt->ncol = fmt->term_width / (fmt->column_width + EF_COL_SEP); in ef_plan_listing()
1428 int npad = fmt->column_width + EF_COL_SEP - flen; in ef_format_line()