Lines Matching full:listing
70 /* True if a listing is wanted. */
71 int listing;
111 /* Name of listing file. */
360 --listing-lhs-width set the width in words of the output data column of\n\
361 the listing\n"));
363 --listing-lhs-width2 set the width in words of the continuation lines\n\
367 --listing-rhs-width set the max width in characters of the lines from\n\
370 --listing-cont-lines set the maximum number of continuation lines used\n\
371 for the output data column of the listing\n"));
520 ,{"listing-lhs-width", required_argument, NULL, OPTION_LISTING_LHS_WIDTH}
521 ,{"listing-lhs-width2", required_argument, NULL, OPTION_LISTING_LHS_WIDTH2}
522 ,{"listing-rhs-width", required_argument, NULL, OPTION_LISTING_RHS_WIDTH}
523 ,{"listing-cont-lines", required_argument, NULL, OPTION_LISTING_CONT_LINES}
859 listing |= LISTING_LISTING;
891 listing |= LISTING_NOCOND;
894 listing |= LISTING_NODEBUG;
897 listing |= LISTING_GENERAL;
900 listing |= LISTING_HLL;
903 listing |= LISTING_LISTING;
906 listing |= LISTING_MACEXP;
909 listing |= LISTING_NOFORM;
912 listing |= LISTING_SYMBOLS;
919 as_fatal (_("invalid listing option `%c'"), *optarg);
925 if (!listing)
926 listing = LISTING_DEFAULT;