Searched refs:search_pos (Results 1 – 2 of 2) sorted by relevance
565 const char *search_pos;569 search_pos = *next_match;573 retval = regexec(&marg->arg_regex, search_pos, 2,576 && (matches[1].rm_eo + search_pos) <= body_pos577 && (matches[1].rm_eo + search_pos) > *next_match) {579 *next_match = match->rm_eo + search_pos;583 } while (search_pos != *next_match);
573 search_pos(int search_type) in search_pos() function915 pos = search_pos(search_type); in search()