Searched refs:ewidth (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dout.c113 size_t ewidth, xwidth; local
177 ewidth = xwidth = 0;
184 if (ewidth < col->width)
185 ewidth = col->width;
203 if (col->width == ewidth)
206 xwidth += ewidth - col->width;
207 col->width = ewidth;
240 ewidth = 0;
246 - ewidth + 0.4995;
249 ewidth
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c576 static void strdump(const char *e, const char *p, int ewidth, int utf8) argument
580 logprintf(" %*s = ", ewidth, e);
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c717 static void strdump(const char *e, const char *p, int ewidth, int utf8) argument
721 logprintf(" %*s = ", ewidth, e);

Completed in 125 milliseconds