Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Doptfunc.c904 if (linenum_width > MAX_LINENUM_WIDTH)
906 parg.p_int = MAX_LINENUM_WIDTH;
Dless.h231 #define MAX_LINENUM_WIDTH 16 /* Max width of a line number */ macro
Dline.c25 #define MAX_PFX_WIDTH (MAX_LINENUM_WIDTH + MAX_STATUSCOL_WIDTH + 1)