Searched refs:LISTING_WORD_SIZE (Results 1 – 14 of 14) sorted by relevance
104 #ifndef LISTING_WORD_SIZE105 #define LISTING_WORD_SIZE 4 macro108 #define LISTING_LHS_WIDTH ((LISTING_WORD_SIZE) > 4 ? 1 : 4 / (LISTING_WORD_SIZE))213 (((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width \214 + ((((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second) \847 nchars = (LISTING_WORD_SIZE * 2 + 1) * listing_lhs_width; in print_lines()876 if (octet_in_word == LISTING_WORD_SIZE) in print_lines()899 nchars = ((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second - 1; in print_lines()914 if (octet_in_word == LISTING_WORD_SIZE) in print_lines()
6976 LISTING_WORD_SIZE.7475 (print_lines) Ditto. Also, if LISTING_WORD_SIZE is not 1, and
79 #define LISTING_WORD_SIZE 2 macro
27 #define LISTING_WORD_SIZE 1 macro
44 #define LISTING_WORD_SIZE 1 /* A word is 1 bytes. */ macro
44 #define LISTING_WORD_SIZE 1 /* A word is 1 bytes */ macro
96 #define LISTING_WORD_SIZE 2 macro
136 #define LISTING_WORD_SIZE 2
124 #define LISTING_WORD_SIZE 2 macro
142 #define LISTING_WORD_SIZE 2 macro
67 #define LISTING_WORD_SIZE 2 /* A word is 2 bytes */ macro
1484 @item LISTING_WORD_SIZE1492 particular source line, where each word is @code{LISTING_WORD_SIZE} bytes. The
4247 LISTING_WORD_SIZE==1.