Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dsearch.c1485 static int search_range(POSITION pos, POSITION endpos, int search_type, int matches, int maxlines, … in search_range() function
1788 match = search_range(pos, NULL_POSITION, search_type | SRCH_OSC8, matches, -1, &pos, NULL, NULL); in osc8_search()
2146 n = search_range(pos, NULL_POSITION, search_type, n, -1, in search()
2290 …result = search_range(spos, epos, search_type, 0, maxlines, (POSITION*)NULL, &new_epos, (POSITION*… in prep_hilite()