Searched refs:Linew (Results 1 – 1 of 1) sorted by relevance
130 static int Linew = 0; variable507 Linew = (int)strtol(optarg, (char **)NULL, 10); in findopt()588 if (Linew == 0) in findopt()589 Linew = Ncols != 1 && Sepc == 0 ? LINEW : 512; in findopt()602 Linew -= (Multi == 'm') ? numw : numw * Ncols; in findopt()605 if ((Colw = (Linew - Ncols + 1)/Ncols) < 1) in findopt()612 2 * (Linew + 1); in findopt()1040 width = (Ncols == 1) ? Linew : Colw; in readbuf()1172 width = Linew; in put()