Lines Matching defs:maxlines
1497 static int search_range(POSITION pos, POSITION endpos, int search_type, int matches, int maxlines, POSITION *plinepos, POSITION *pendpos, POSITION *plastlinepos)
1544 ((search_type & SRCH_BACK) && pos <= endpos))) || maxlines == 0)
1553 if (maxlines > 0)
1554 maxlines--;
2206 public void prep_hilite(POSITION spos, POSITION epos, int maxlines)
2234 if (maxlines < 0)
2239 for (i = 0; i < maxlines; i++)
2324 result = search_range(spos, epos, search_type, 0, maxlines, (POSITION*)NULL, &new_epos, (POSITION*)NULL);
2344 maxlines = 1;
2358 maxlines = 1;