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

/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.c83 LISTING_LHS_WIDTH Number of words of above size for the lhs
106 #ifndef LISTING_LHS_WIDTH
107 #define LISTING_LHS_WIDTH ((LISTING_WORD_SIZE) > 4 ? 1 : 4 / (LISTING_WORD_SIZE)) macro
110 #define LISTING_LHS_WIDTH_SECOND LISTING_LHS_WIDTH
179 int listing_lhs_width = LISTING_LHS_WIDTH;

Completed in 207 milliseconds