Home
last modified time | relevance | path

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

/coreutils/src/
Dseq.c40 #define SEQ_FAST_STEP_LIMIT 200 /* Keep in sync with texinfo description. */ macro
657 && 0 < step.value && step.value <= SEQ_FAST_STEP_LIMIT)) in main()
698 && 0 < step.value && step.value <= SEQ_FAST_STEP_LIMIT in main()