Searched defs:linel (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c515 int i, linel = 8, first = 1; local
528 linel += strlen(strings[i]) + 3;
529 if (linel > 80) {
531 linel = strlen(strings[i]) + 1 + 8;
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c375 int i, linel = 8, first = 1; local
388 linel += strlen(strings[i]) + 3;
389 if (linel > 80) {
391 linel = strlen(strings[i]) + 1 + 8;
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c3368 int i, linel, first = 1; local
3371 linel = 8;
3382 linel += (int32_t)strlen(strings[i]) + 3;
3383 if (linel > 80) {
3385 linel = (int32_t)strlen(strings[i]) + 1 + 8;

Completed in 87 milliseconds