Lines Matching refs:columns
332 destline += destcol / columns; in flush1()
350 destline += destcol / columns + 1; in flush1()
351 if (destcol != 0 && destcol % columns == 0) in flush1()
364 if (auto_right_margin == 0 && outcol >= columns) in flush1()
366 if((destcol % columns) + length - 1 >= columns) { in flush1()
374 fillercnt = columns - in flush1()
375 (destcol % columns); in flush1()
399 if (eat_newline_glitch && outcol % columns == 0) in flush1()
447 if (destcol > columns - 1) { in fgoto()
448 destline += destcol / columns; in fgoto()
449 destcol %= columns; in fgoto()
451 if (outcol > columns - 1) { in fgoto()
452 l = (outcol + 1) / columns; in fgoto()
454 outcol %= columns; in fgoto()
751 if (destcol - outcol > 4 && i < columns && cursor_left) { in plod()