start_pos         916 lib/search/regex.c     gint start_pos;
start_pos         986 lib/search/regex.c             g_match_info_fetch_pos (lc_mc_search->regex_match_info, 0, &start_pos, &end_pos);
start_pos         988 lib/search/regex.c             start_pos = lc_mc_search->iovector[0];
start_pos         992 lib/search/regex.c                 *found_len = end_pos - start_pos;
start_pos         993 lib/search/regex.c             lc_mc_search->normal_offset = lc_mc_search->start_buffer + start_pos;
start_pos         462 lib/search/search.c         gint start_pos;
start_pos         465 lib/search/search.c         g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos);
start_pos         466 lib/search/search.c         return (int) start_pos;
start_pos         484 lib/search/search.c         gint start_pos;
start_pos         487 lib/search/search.c         g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos);
start_pos        1731 src/editor/edit.c edit_insert_column_from_file (WEdit * edit, int file, off_t * start_pos, off_t * end_pos,
start_pos        1789 src/editor/edit.c     *start_pos = cursor;
start_pos         397 src/editor/editbuffer.c edit_buffer_get_word_from_pos (const edit_buffer_t * buf, off_t start_pos, off_t * start,
start_pos         405 src/editor/editbuffer.c     for (word_start = start_pos; word_start != 0; word_start--, cut_len++)
start_pos          49 src/editor/editbuffer.h GString *edit_buffer_get_word_from_pos (const edit_buffer_t * buf, off_t start_pos, off_t * start,
start_pos         681 src/editor/editcmd.c                             off_t * start_pos, off_t * end_pos, long *col1, long *col2)
start_pos         727 src/editor/editcmd.c     *start_pos = cursor;