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

/freebsd-11-stable/contrib/dialog/samples/
H A Dtailbox6 ./killall listing
7 ./listing >listing.out &
10 --tailbox listing.out 24 70
16 ./killall listing
H A Dtailboxbg8 ./killall listing
9 ./listing >listing.out &
13 --tailboxbg listing.out 24 70 2>$tempfile
21 # ...and the process that is making the listing
22 ./killall listing
H A Dtailboxbg18 ./killall listing
9 ./listing >listing.out &
12 --begin 10 10 "$@" --tailboxbg listing.out 8 58 \
14 --begin 15 15 "$@" --tailboxbg listing.out 8 58 \
31 # ...and the process that is making the listing
32 ./killall listing
H A Dtailboxbg28 ./killall listing
9 ./listing >listing.out &
13 --begin 10 10 "$@" --tailboxbg listing.out 8 58 \
15 --begin 15 15 "$@" --tailboxbg listing.out 8 58 \
32 # ...and the process that is making the listing
33 ./killall listing
/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.h1 /* This file is listing.h
36 #define LISTING_NEWLINE() { if (listing) listing_newline(NULL); }
42 #define LISTING_SKIP_COND() ((listing & LISTING_NOCOND) != 0)
67 /* end of listing.h */
H A Dlisting.c0 /* listing.c - maintain assembly listings
25 A listing page looks like:
35 If not overridden, the listing commands are:
48 Increment the enable listing counter
50 Decrement the enable listing counter
56 If the counter goes below zero, listing is suppressed.
66 a big deal, since listing slows things down a lot anyway. The
70 down, the listing is output. This is done by running down the list of
74 The only things which the architecture can change about the listing
193 extern int listing;
[all...]
H A Das.c80 /* True if a listing is wanted. */
81 int listing; variable
115 /* Name of listing file. */
335 --listing-lhs-width set the width in words of the output data column of\n\
336 the listing\n"));
338 --listing-lhs-width2 set the width in words of the continuation lines\n\
342 --listing-rhs-width set the max width in characters of the lines from\n\
345 --listing-cont-lines set the maximum number of continuation lines used\n\
346 for the output data column of the listing\n"));
478 ,{"listing
[all...]
H A Das.h306 /* Dummy frag used by listing code. */
444 /* TRUE if we should produce a listing. */
445 extern int listing;
616 #include "listing.h"
H A Dstabs.c276 if (listing)
H A Dread.c318 {"eject", listing_eject, 0}, /* Formfeed listing. */
378 {"list", listing_list, 1}, /* Turn listing on. */
389 {"nolist", listing_list, 0}, /* Turn listing off. */
407 {"sbttl", listing_title, 1}, /* Subtitle of listing. */
613 /* In order to avoid listing macro expansion lines with labels
714 /* If listing is on, and we are expanding a macro, then give
715 the listing code the contents of the expanded line. */
716 if (listing)
718 if ((listing & LISTING_MACEXP) && macro_nest > 0)
738 /* Install the line with the listing facilit
[all...]
H A Decoff.c780 Repeat that a couple dozen times while listing the class members and
2225 if (listing)
3280 if (listing)
3503 if (listing)
3530 if (listing && (type == N_SO || type == N_SOL))
H A DMakefile.in77 input-file.$(OBJEXT) input-scrub.$(OBJEXT) listing.$(OBJEXT) \
436 listing.c \
467 listing.h \
688 listing.o \
2516 frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h
2991 listing.o: listing.c $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
H A Ddwarf2dbg.c594 if (listing)
H A DMakefile.am192 listing.c \
224 listing.h \
445 listing.o \
522 frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h
2153 listing.o: listing.c $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
/freebsd-11-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd2 rem Convert the Yoyo.org anti-ad server listing
/freebsd-11-stable/gnu/usr.bin/binutils/as/
H A DMakefile34 listing.c \
/freebsd-11-stable/contrib/lua/src/
H A Dluac.c31 static int listing=0; /* list bytecodes? */ variable
59 " -l list (use -l -l for full listing)\n"
90 ++listing;
107 if (i==argc && (listing || !dumping))
178 if (listing) luaU_print(f,listing>1);
/freebsd-11-stable/contrib/byacc/
H A DMakefile.old64 listing:; @$(PRINT) Makefile $(HDRS) $(SRCS) | lpr
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c280 extern int listing;
282 if (listing)
418 extern int listing;
420 if (listing)
465 extern int listing;
467 if (listing)
862 extern int listing;
864 if (listing)
H A Dtc-mips.c2599 if (listing)
H A Dtc-arm.c2574 if (listing & LISTING_SYMBOLS)

Completed in 215 milliseconds