Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doptfunc.c58 extern int linenum_width;
921 if (linenum_width > MAX_LINENUM_WIDTH) in opt_filesize()
925 linenum_width = MIN_LINENUM_WIDTH; in opt_filesize()
H A Dopttbl.c64 public int linenum_width; /* Width of line numbers */ variable
563 NUMBER|REPAINT, MIN_LINENUM_WIDTH, &linenum_width, opt_linenum_width,
H A Dline.c92 extern int linenum_width;
370 for (i = 0; i + len < (size_t) linenum_width; i++) in plinestart()
381 * {{ Actual line number can be wider than linenum_width. }}
389 width += linenum_width + 1; in line_pfx_width()