Searched refs:curr_pos (Results 1 – 2 of 2) sorted by relevance
47 forw_line(curr_pos) in forw_line() argument48 POSITION curr_pos; in forw_line()72 prep_hilite(curr_pos, curr_pos + 3*size_linebuf, 75 if (ch_seek(curr_pos))84 base_pos = curr_pos;214 curr_pos = new_pos;251 back_line(curr_pos) in back_line() argument252 POSITION curr_pos; in back_line()260 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero())268 0 : curr_pos - 3*size_linebuf, curr_pos, -1);[all …]
1134 forw_raw_line(curr_pos, linep, line_lenp) in forw_raw_line() argument1135 POSITION curr_pos; in forw_raw_line()1143 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) ||1183 back_raw_line(curr_pos, linep, line_lenp) in back_raw_line() argument1184 POSITION curr_pos; in back_raw_line()1192 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() ||1193 ch_seek(curr_pos-1))