Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c1497 static int search_range(POSITION pos, POSITION endpos, int search_type, int matches, int maxlines, POSITION *plinepos, POSITION *pendpos, POSITION *plastlinepos) in search()
1641 if (plinepos != NULL)
1642 *plinepos = linepos; in prep_hilite()
1744 if (plinepos != NULL) in prep_hilite()
1745 *plinepos = linepos; in prep_hilite()
1175 search_range(POSITION pos,POSITION endpos,int search_type,int matches,int maxlines,POSITION * plinepos,POSITION * pendpos,POSITION * plastlinepos) search_range() argument