w.c | 102 int maxname = 8, maxline = 3, maxhost = 16; variable in typeref:typename:int 360 if (!wflag && maxhost > (ttywidth / 3)) 361 maxhost = ttywidth / 3; 364 maxname, "USER", maxhost, "FROM", 424 maxhost, maxhost, ep->host); 551 if ((max = strlen(ep->host)) > maxhost) 552 maxhost = max;
|