Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_scan.l565 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_pos
577 && (matches[1].rm_eo + search_pos) > *next_match) {
579 *next_match = match->rm_eo + search_pos;
583 } while (search_pos != *next_match);
/openbsd/src/usr.bin/less/
Dsearch.c573 search_pos(int search_type) in search_pos() function
915 pos = search_pos(search_type); in search()