Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/less/
Dline.c168 if (n < MIN_LINENUM_WIDTH)
169 n = MIN_LINENUM_WIDTH;
Dless.h158 #define MIN_LINENUM_WIDTH 7 /* Min printing width of a line number */ macro