Lines Matching defs:sindex
265 int sindex;
287 for (sindex = TOP; sindex < TOP + sc_height-1; sindex++)
289 pos = position(sindex);
293 goto_line(sindex);
309 int sindex;
330 for (sindex = TOP; sindex < TOP + sc_height-1; sindex++)
332 pos = position(sindex);
335 epos = position(sindex+1);
340 goto_line(sindex);
1113 int sindex;
1136 sindex = 0;
1147 sindex = sc_height-1; /* BOTTOM_PLUS_ONE */
1149 sindex = 0; /* TOP */
1156 sindex = 0; /* TOP */
1158 sindex = sc_height-1; /* BOTTOM_PLUS_ONE */
1166 sindex = sindex_from_sline(jump_sline);
1170 pos = position(sindex);
1182 if (++sindex >= sc_height)
1184 pos = position(sindex);
1190 if (--sindex < 0)
1192 pos = position(sindex);
1810 public lbool osc8_click(int sindex, int col)
1813 POSITION linepos = position(sindex);
1838 (void) sindex; (void) col;