Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dless.c166 MAXLINES = CONFIG_FEATURE_LESS_MAXLINES, enumerator
482 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()
Dcrond.c103 #ifndef MAXLINES
104 # define MAXLINES 256 /* max lines in non-root crontabs */ macro
436 maxLines = (strcmp(fileName, "root") == 0) ? 65535 : MAXLINES; in load_crontab()