Searched refs:ewidth (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | out.c | 127 size_t ewidth, min1, min2, wanted, width, xwidth; in tblcalc() local 342 ewidth = xwidth = 0; in tblcalc() 349 if (ewidth < col->width) in tblcalc() 350 ewidth = col->width; in tblcalc() 368 if (col->width == ewidth) in tblcalc() 371 xwidth += ewidth - col->width; in tblcalc() 372 col->width = ewidth; in tblcalc() 405 ewidth = 0; in tblcalc() 411 - ewidth + 0.4995; in tblcalc() 414 ewidth += col->width; in tblcalc()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 576 static void strdump(const char *e, const char *p, int ewidth, int utf8) in strdump() argument 580 logprintf(" %*s = ", ewidth, e); in strdump()
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_main.c | 739 static void strdump(const char *e, const char *p, int ewidth, int utf8) in strdump() argument 743 logprintf(" %*s = ", ewidth, e); in strdump()
|