Home | History | Annotate | Download | only in openssh

Lines Matching defs:llen

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