start_pos 919 lib/search/regex.c gint start_pos; start_pos 989 lib/search/regex.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, 0, &start_pos, &end_pos); start_pos 991 lib/search/regex.c start_pos = lc_mc_search->iovector[0]; start_pos 995 lib/search/regex.c *found_len = end_pos - start_pos; start_pos 996 lib/search/regex.c lc_mc_search->normal_offset = lc_mc_search->start_buffer + start_pos; start_pos 460 lib/search/search.c gint start_pos; start_pos 463 lib/search/search.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); start_pos 464 lib/search/search.c return (int) start_pos; start_pos 482 lib/search/search.c gint start_pos; start_pos 485 lib/search/search.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); start_pos 1708 src/editor/edit.c edit_insert_column_from_file (WEdit *edit, int file, off_t *start_pos, off_t *end_pos, long *col1, start_pos 1766 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, gsize *cut) start_pos 404 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 677 src/editor/editcmd.c off_t *start_pos, off_t *end_pos, long *col1, long *col2) start_pos 723 src/editor/editcmd.c *start_pos = cursor;