Home | History | Annotate | Download | only in openssh

Lines Matching refs:llen

1532 	u_int y, m = 0, width = 80, columns = 1, colspace = 0, llen;
1552 llen = strlen(list[y]);
1553 tmp = llen > len ? list[y] + len : "";