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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1518 * + altstr is shorter than the above, use the shorter lf_len.
1523 int lf_len = (np - u.str) + altlen; local
1524 if (lf_len < width)
1525 width = lf_len;

Completed in 46 milliseconds