Searched refs:search_pos (Results 1 – 4 of 4) sorted by relevance
569 const char *search_pos;573 search_pos = *next_match;577 retval = regexec(&marg->arg_regex, search_pos, 2,580 && (matches[1].rm_eo + search_pos) <= body_pos581 && (matches[1].rm_eo + search_pos) > *next_match) {583 *next_match = match->rm_eo + search_pos;587 } while (search_pos != *next_match);
1092 public POSITION search_pos(int search_type) in search_pos() function1781 pos = search_pos(search_type); in osc8_search()2129 search_incr_start : search_pos(search_type); in search()
418 public POSITION search_pos(int search_type);
220 search_incr_start = search_pos(search_type); in mca_search()