Searched refs:listing_lhs_width_second (Results 1 – 4 of 4) sorted by relevance
60 extern int listing_lhs_width_second;
790 if (listing_lhs_width_second < listing_lhs_width) in parse_args()791 listing_lhs_width_second = listing_lhs_width; in parse_args()798 listing_lhs_width_second = tmp; in parse_args()
191 int listing_lhs_width_second = LISTING_LHS_WIDTH_SECOND; variable214 + ((((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second) \899 nchars = ((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second - 1; in print_lines()
4756 * listing.c (listing_lhs_width, listing_lhs_width_second): New vars.