Searched refs:p_siso (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dmisc2.c648 if (curwin->w_virtcol > (colnr_T)(lastcol - p_siso))
651 coladvance((colnr_T)(lastcol - p_siso));
653 else if (curwin->w_virtcol < curwin->w_leftcol + p_siso)
656 (void)coladvance((colnr_T)(curwin->w_leftcol + p_siso));
H A Doption.h737 EXTERN long p_siso; /* 'sidescrolloff' */ variable
H A Dmove.c1029 off_left = (int)startcol - (int)curwin->w_leftcol - p_siso;
1031 - p_siso) + 1;
H A Dnormal.c4883 if ((long)col > p_siso)
4884 col -= p_siso;
4905 if ((long)col + p_siso < n)
4908 col = col + p_siso - n + 1;
H A Doption.c2338 (char_u *)&p_siso, PV_NONE,
8481 if (p_siso < 0 && full_screen)
8484 p_siso = 0;

Completed in 114 milliseconds