Searched refs:max_lines (Results 1 – 1 of 1) sorted by relevance
46 unsigned long max_lines; member344 if (!st->marker->max_lines || in note_page()345 st->lines < st->marker->max_lines) { in note_page()369 if (st->marker->max_lines && in note_page()370 st->lines > st->marker->max_lines) { in note_page()372 st->lines - st->marker->max_lines; in note_page()
Completed in 4 milliseconds