stic.c | 787 u_int i, linewidth; local in function:stic_erasecols 805 linewidth = (si->si_fonth << 2) - 1; 806 row = (row << 3) + linewidth; 814 pb[4] = linewidth; 827 u_int linewidth, i; local in function:stic_eraserows 844 linewidth = (num << 2) - 1; 845 row = (row << 3) + linewidth; 853 pb[4] = linewidth; 909 pb[4] = 1; /* linewidth */ 962 pb[4] = 1; /* linewidth */ [all...] |