Home
last modified time | relevance | path

Searched refs:search_pos (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l569 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_pos
581 && (matches[1].rm_eo + search_pos) > *next_match) {
583 *next_match = match->rm_eo + search_pos;
587 } while (search_pos != *next_match);
/freebsd/contrib/less/
H A Dsearch.c1092 public POSITION search_pos(int search_type) in search_pos() function
1781 pos = search_pos(search_type); in osc8_search()
2129 search_incr_start : search_pos(search_type); in search()
H A Dfuncs.h418 public POSITION search_pos(int search_type);
H A Dcommand.c220 search_incr_start = search_pos(search_type); in mca_search()