OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:explain
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/regex/
regerror.c
102
const char *
explain
;
member in struct:rerr
158
s = r->
explain
;
/src/external/apache2/llvm/dist/llvm/lib/Support/
regerror.c
57
const char *
explain
;
member in struct:rerr
108
s = r->
explain
;
/src/external/bsd/nvi/dist/regex/
regerror.c
95
const char *
explain
;
member in struct:rerr
145
s = r->
explain
;
/src/games/cribbage/
extern.c
46
BOOLEAN
explain
= FALSE; /* player mistakes explained */
variable
/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/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
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/public-domain/sqlite/dist/
sqlite3.c
2643
** <dd> By default, the output of
EXPLAIN
QUERY PLAN commands does not
4723
** ^If prepared statement X is an [
EXPLAIN
] or [
EXPLAIN
QUERY PLAN]
4725
** if the
EXPLAIN
or
EXPLAIN
QUERY PLAN prefix were omitted.
4730
** CAPI3REF: Query The
EXPLAIN
Setting For A Prepared Statement
4734
** prepared statement S is an
EXPLAIN
statement, or 2 if the
4735
** statement S is an
EXPLAIN
QUERY PLAN.
4742
** CAPI3REF: Change The
EXPLAIN
Setting For A Prepared Statement
4745
** The sqlite3_stmt_explain(S,E) interface changes the
EXPLAIN
19805
u8
explain
; \/* True if the EXPLAIN flag is found on the query *\/
member in struct:Parse
23505
bft
explain
:2; \/* 0: normal, 1: EXPLAIN, 2: EXPLAIN QUERY PLAN *\/
member in struct:Vdbe
[
all
...]
Completed in 43 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026