Lines Matching full:listing
0 /* listing.c - maintain assembly listings
23 A listing page looks like:
33 If not overridden, the listing commands are:
46 Increment the enable listing counter
48 Decrement the enable listing counter
54 If the counter goes below zero, listing is suppressed.
64 a big deal, since listing slows things down a lot anyway. The
68 down, the listing is output. This is done by running down the list of
72 The only things which the architecture can change about the listing
102 #define LISTING_HEADER "GAS LISTING"
204 extern int listing;
305 if (listing == 0)
316 if ((listing & LISTING_NODEBUG) != 0
347 input to read), so that it can be displayed in the listing
383 /* Omit control characters in the listing. */
430 if ((listing & LISTING_NODEBUG) != 0)
1259 /* Enable listing for the single line that caused the enable. */
1271 if (current_hll_file && list->hll_line && (listing & LISTING_HLL))
1276 if (!((listing & LISTING_NODEBUG)
1299 if (!((listing & LISTING_NODEBUG)
1431 if (listing & LISTING_NOFORM)
1434 if (listing & LISTING_GENERAL)
1437 if (listing & LISTING_LISTING)
1440 if (listing & LISTING_SYMBOLS)
1462 if (listing)
1466 /* Turn listing on or off. An argument of 0 means to turn off
1467 listing. An argument of 1 means to turn on listing. An argument
1468 of 2 means to turn off listing, but as of the next line; that is,
1474 if (listing)
1558 if (listing)
1588 if (listing)
1599 if (listing)
1605 /* Dummy functions for when compiled without listing enabled. */