Searched refs:MIN_LINENUM_WIDTH (Results 1 – 2 of 2) sorted by relevance
168 if (n < MIN_LINENUM_WIDTH)169 n = MIN_LINENUM_WIDTH;
158 #define MIN_LINENUM_WIDTH 7 /* Min printing width of a line number */ macro