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