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

/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.c939 file_info_type *current_hll_file = (file_info_type *) NULL; local
1008 current_hll_file = list->hll_file;
1010 if (current_hll_file && list->hll_line && (listing & LISTING_HLL))
1011 print_source (current_hll_file, list, buffer, width);

Completed in 48 milliseconds