OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_depth
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/lutok/dist/
stack_cleaner.cpp
74
const unsigned int
current_depth
= _pimpl->state_ref.get_top();
local
75
assert(
current_depth
>= _pimpl->original_depth);
76
const unsigned int diff =
current_depth
- _pimpl->original_depth;
/src/external/gpl2/xcvs/dist/diff/
util.c
174
static int
current_depth
;
185
current_depth
= depth;
275
if (
current_depth
> 0)
171
static int
current_depth
;
variable
/src/external/bsd/tmux/dist/
mode-tree.c
307
u_int
current_depth
= mtd->line_list[mtd->current].depth;
local
322
} while (swap_with_depth >
current_depth
);
323
if (swap_with_depth !=
current_depth
)
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
1449
int
current_depth
= 0;
local
1451
while (
current_depth
< template_depth)
1455
if (
current_depth
== 0)
1459
current_depth
++;
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
1417
int
current_depth
= 0;
local
1419
while (
current_depth
< template_depth)
1423
if (
current_depth
== 0)
1427
current_depth
++;
Completed in 49 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026