Searched refs:column_width (Results 1 – 2 of 2) sorted by relevance
142 int column_width; /* The number of characters within in each column. */ member1046 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()
137 int column_width; /* The number of characters within in each column. */ member1322 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()