Searched refs:listing_lhs_width_second (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.h61 extern int listing_lhs_width_second;
H A Das.c718 if (listing_lhs_width_second < listing_lhs_width)
719 listing_lhs_width_second = listing_lhs_width;
726 listing_lhs_width_second = tmp;
H A Dlisting.c180 int listing_lhs_width_second = LISTING_LHS_WIDTH_SECOND; variable
203 + ((((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second) \
708 nchars = ((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second - 1;

Completed in 104 milliseconds