HomeSort by: relevance | last modified time | path
    Searched defs:listing (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/gspa/gspa/
gsp_out.c 3 * GSP assembler - binary & listing output
211 listing() function
  /src/external/mit/lua/dist/src/
luac.c 36 static int listing=0; /* list bytecodes? */ variable
65 " -l list (use -l -l for full listing)\n"
96 ++listing;
113 if (i==argc && (listing || !dumping))
184 if (listing) luaU_print(f,listing>1);
  /src/external/gpl3/binutils/dist/gas/
as.c 71 /* True if a listing is wanted. */
72 int listing; variable
131 /* Name of listing file. */
416 --listing-lhs-width set the width in words of the output data column of\n\
417 the listing\n"));
419 --listing-lhs-width2 set the width in words of the continuation lines\n\
423 --listing-rhs-width set the max width in characters of the lines from\n\
426 --listing-cont-lines set the maximum number of continuation lines used\n\
427 for the output data column of the listing\n"));
597 ,{"listing-lhs-width", required_argument, NULL, OPTION_LISTING_LHS_WIDTH
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
as.c 71 /* True if a listing is wanted. */
72 int listing; variable
122 /* Name of listing file. */
403 --listing-lhs-width set the width in words of the output data column of\n\
404 the listing\n"));
406 --listing-lhs-width2 set the width in words of the continuation lines\n\
410 --listing-rhs-width set the max width in characters of the lines from\n\
413 --listing-cont-lines set the maximum number of continuation lines used\n\
414 for the output data column of the listing\n"));
582 ,{"listing-lhs-width", required_argument, NULL, OPTION_LISTING_LHS_WIDTH
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c 5848 listing |= LISTING_SYMBOLS;
5850 listing &= ~LISTING_SYMBOLS;
5948 int listing;
5973 s->listing = listing;
6007 listing = s->listing;
5944 int listing; member in struct:save_opts
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c 5848 listing |= LISTING_SYMBOLS;
5850 listing &= ~LISTING_SYMBOLS;
5948 int listing;
5973 s->listing = listing;
6007 listing = s->listing;
5944 int listing; member in struct:save_opts

Completed in 33 milliseconds