Home
last modified time | relevance | path

Searched refs:temp_pos2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ee/
H A Dee.c1053 int temp_pos2; in insert_line() local
1071 temp_pos2 = position; in insert_line()
1073 if (temp_pos2 < curr_line->line_length) in insert_line()
1076 while (temp_pos2 < curr_line->line_length) in insert_line()
1082 temp_pos2++; in insert_line()