Searched refs:MAXLINES (Results 1 – 2 of 2) sorted by relevance
166 MAXLINES = CONFIG_FEATURE_LESS_MAXLINES, enumerator482 if (max_fline + 1 > MAXLINES) in read_lines()605 if (max_fline >= MAXLINES) { in read_lines()690 if (buf[i] == '\n' && ++count == MAXLINES) in update_num_lines()790 if (n > 9999999 && MAXLINES > 9999999) { in print_lineno()1434 if (num < 1 || num > MAXLINES) { in number_process()1713 cur_fline = MAXLINES; in keypress_process()
103 #ifndef MAXLINES104 # define MAXLINES 256 /* max lines in non-root crontabs */ macro436 maxLines = (strcmp(fileName, "root") == 0) ? 65535 : MAXLINES; in load_crontab()