HomeSort by: relevance | last modified time | path
    Searched refs:explain (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
opt-jobs-no-action.exp 1 begin explain
16 end explain
opt-jobs-no-action.mk 40 # Explain the most basic cases in detail.
42 @+echo hide-from-output 'begin explain'
64 @+echo hide-from-output 'end explain'
cond-func-empty.mk 36 # XXX: This is hard to explain to someone who doesn't know these
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regerror.c 57 const char *explain; member in struct:rerr
108 s = r->explain;
  /src/games/hunt/hunt/
playit.c 285 bool explain; local
297 explain = false;
372 if (!explain) {
374 explain = true;
386 explain = false;
401 if (!explain) {
407 explain = true;
  /src/games/cribbage/
extern.c 46 BOOLEAN explain = FALSE; /* player mistakes explained */ variable
cribbage.h 53 extern BOOLEAN explain; /* player mistakes explained */
support.c 142 i = scorehand(hand, turnover, CINHAND, strcmp(s, "crib") == 0, explain);
155 if (explain)
crib.c 103 explain = TRUE;
  /src/lib/libc/regex/
regerror.c 102 const char *explain; member in struct:rerr
158 s = r->explain;
  /src/external/bsd/nvi/dist/regex/
regerror.c 95 const char *explain; member in struct:rerr
145 s = r->explain;
  /src/external/bsd/ntp/dist/scripts/ntp-wait/
ntp-wait-opts.def 49 explain = <<- _END_EXPLAIN
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.def 42 /* explain: Additional information whenever the usage routine is invoked */
43 explain = <<- _END_EXPLAIN
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.cpp 69 switch (opts::explain::InputType) {
70 case opts::explain::InputFileType::DBIStream: {
77 case opts::explain::InputFileType::PDBStream: {
396 Entry.Explain(P, Stream, SubOffset);
413 void (*Explain)(LinePrinter &, DbiStream &, uint32_t);
459 void (*Explain)(LinePrinter &, InfoStream &, uint32_t);
llvm-pdbutil.h 205 namespace explain { namespace in namespace:opts
211 } // namespace explain
llvm-pdbutil.cpp 121 cl::SubCommand ExplainSubcommand("explain",
122 "Explain the meaning of a file offset");
704 namespace explain { namespace in namespace:opts
709 cl::list<uint64_t> Offsets("offset", cl::desc("The file offset to explain"),
725 } // namespace explain
1347 static void explain() { function
1350 ExitOnErr(InputFile::open(opts::explain::InputFilename.front(), true));
1352 for (uint64_t Off : opts::explain::Offsets) {
1567 explain();
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap-opts.def 111 /* explain: Additional information whenever the usage routine is invoked */
112 explain = <<- _END_EXPLAIN
  /src/external/bsd/ntp/dist/ntpd/
ntp.keys.def 15 /* explain: Additional information whenever the usage routine is invoked */
16 explain = <<- _END_EXPLAIN
ntpd-opts.def 13 /* explain: Additional information whenever the usage routine is invoked */
14 explain = <<- _END_EXPLAIN
ntp.conf.def 14 /* explain: Additional information whenever the usage routine is invoked */
15 explain = <<- _END_EXPLAIN
  /src/external/gpl3/autoconf/dist/lib/
freeze.mk 51 # Some day we should explain to Automake how to use autom4te to compute
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/
mod_34lsub1.asm 54 C branch target, which would explain the leal/loop form above taking 8
aorsmul_1.asm 59 dnl byte block, which might explain the good speed at that unrolling.
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 2260 (defun po-normalize-old-style (explain)
2262 To minibuffer messages sent while normalizing, add the EXPLAIN string."
2267 (message (_"Normalizing %d, %s") counter explain)
2272 (message (_"Normalizing %d, %s") counter explain))
2278 (defun po-normalize-field (field explain)
2280 To minibuffer messages sent while normalizing, add the EXPLAIN string."
2286 (message (_"Normalizing %d, %s") counter explain))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 4867 non-type template parameter. If EXPLAIN, explain why not. */
4870 structural_type_p (tree t, bool explain)
4889 if (explain)
4898 if (explain)
4910 if (explain)
4917 if (explain)

Completed in 61 milliseconds

1 2