start_pos 902 lib/search/regex.c gint start_pos, end_pos; start_pos 904 lib/search/regex.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, 0, &start_pos, &end_pos); start_pos 906 lib/search/regex.c *found_len = end_pos - start_pos; start_pos 907 lib/search/regex.c lc_mc_search->normal_offset = lc_mc_search->start_buffer + start_pos; start_pos 434 lib/search/search.c gint start_pos; start_pos 437 lib/search/search.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); start_pos 438 lib/search/search.c return (int) start_pos; start_pos 452 lib/search/search.c gint start_pos; start_pos 455 lib/search/search.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); start_pos 1700 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 1758 src/editor/edit.c *start_pos = cursor; start_pos 395 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 402 src/editor/editbuffer.c for (word_start = start_pos; word_start != 0; word_start--, cut_len++) start_pos 47 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 673 src/editor/editcmd.c off_t *start_pos, off_t *end_pos, long *col1, long *col2) start_pos 719 src/editor/editcmd.c *start_pos = cursor;