start_pos 887 lib/search/regex.c gint start_pos; start_pos 957 lib/search/regex.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, 0, &start_pos, &end_pos); start_pos 959 lib/search/regex.c start_pos = lc_mc_search->iovector[0]; start_pos 963 lib/search/regex.c *found_len = end_pos - start_pos; start_pos 964 lib/search/regex.c lc_mc_search->normal_offset = lc_mc_search->start_buffer + start_pos; start_pos 471 lib/search/search.c gint start_pos; start_pos 474 lib/search/search.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); start_pos 475 lib/search/search.c return (int) start_pos; start_pos 493 lib/search/search.c gint start_pos; start_pos 496 lib/search/search.c g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); start_pos 1697 src/editor/edit.c edit_insert_column_from_file (WEdit * edit, int file, off_t * start_pos, off_t * end_pos, start_pos 1755 src/editor/edit.c *start_pos = cursor; start_pos 401 src/editor/editbuffer.c edit_buffer_get_word_from_pos (const edit_buffer_t * buf, off_t start_pos, off_t * start, start_pos 409 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 670 src/editor/editcmd.c off_t * start_pos, off_t * end_pos, long *col1, long *col2) start_pos 716 src/editor/editcmd.c *start_pos = cursor;