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

  /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/games/hunt/hunt/
playit.c 285 bool explain; local in function:quit
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 in typeref:typename:BOOLEAN
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;

Completed in 14 milliseconds