end_pos 902 lib/search/regex.c gint start_pos, end_pos; end_pos 904 lib/search/regex.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, 0, &start_pos, &end_pos); end_pos 906 lib/search/regex.c *found_len = end_pos - start_pos; end_pos 446 lib/search/search.c gint end_pos; end_pos 448 lib/search/search.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); end_pos 464 lib/search/search.c gint end_pos; end_pos 466 lib/search/search.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); end_pos 467 lib/search/search.c return (int) end_pos; end_pos 1698 src/editor/edit.c edit_insert_column_from_file (WEdit *edit, int file, off_t *start_pos, off_t *end_pos, long *col1, end_pos 1757 src/editor/edit.c *end_pos = edit->buffer.curs1; end_pos 84 src/editor/editcmd.c off_t *start_pos, off_t *end_pos, long *col1, end_pos 680 src/editor/editcmd.c off_t *end_pos, long *col1, long *col2) end_pos 726 src/editor/editcmd.c *end_pos = edit->buffer.curs1; end_pos 60 tests/src/editor/edit_insert_column_of_text.c off_t *end_pos, long *col1, long *col2); end_pos 185 tests/src/editor/edit_insert_column_of_text.c off_t start_pos, end_pos; end_pos 209 tests/src/editor/edit_insert_column_of_text.c edit_insert_column_of_text (test_edit, copy_buf, col_delta, &start_pos, &end_pos, &col1, &col2);