Lines Matching refs:sindex
263 int sindex; in repaint_hilite() local
285 for (sindex = TOP; sindex < TOP + sc_height-1; sindex++) in repaint_hilite()
287 pos = position(sindex); in repaint_hilite()
291 goto_line(sindex); in repaint_hilite()
307 int sindex; in clear_attn() local
328 for (sindex = TOP; sindex < TOP + sc_height-1; sindex++) in clear_attn()
330 pos = position(sindex); in clear_attn()
333 epos = position(sindex+1); in clear_attn()
338 goto_line(sindex); in clear_attn()
1089 int sindex; in search_pos() local
1112 sindex = 0; in search_pos()
1123 sindex = sc_height-1; /* BOTTOM_PLUS_ONE */ in search_pos()
1125 sindex = 0; /* TOP */ in search_pos()
1132 sindex = 0; /* TOP */ in search_pos()
1134 sindex = sc_height-1; /* BOTTOM_PLUS_ONE */ in search_pos()
1142 sindex = sindex_from_sline(jump_sline); in search_pos()
1146 pos = position(sindex); in search_pos()
1158 if (++sindex >= sc_height) in search_pos()
1160 pos = position(sindex); in search_pos()
1166 if (--sindex < 0) in search_pos()
1168 pos = position(sindex); in search_pos()
1799 public lbool osc8_click(int sindex, int col) in osc8_click() argument
1802 POSITION linepos = position(sindex); in osc8_click()
1827 (void) sindex; (void) col; in osc8_click()