Searched refs:match_offset (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dtag.c1296 off_t match_offset; /* Where the binary search found a tag */ member in struct:tag_search_info
1655 search_info.match_offset = ftell(fp);
1974 search_info.match_offset = search_info.curr_offset;
2020 if ((off_t)ftell(fp) > search_info.match_offset)
/macosx-10.10.1/ruby-106/ruby/
H A Dre.c1099 match_offset(VALUE match, VALUE n) function
3591 rb_define_method(rb_cMatch, "offset", match_offset, 1);

Completed in 254 milliseconds