OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_obj
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/rogue/
save.c
277
object read_obj, *
new_obj
;
local
285
new_obj
= alloc_object();
286
*
new_obj
= read_obj;
288
if (
new_obj
->in_use_flags & BEING_WORN) {
289
do_wear(
new_obj
);
290
} else if (
new_obj
->in_use_flags & BEING_WIELDED) {
291
do_wield(
new_obj
);
292
} else if (
new_obj
->in_use_flags & (ON_EITHER_HAND)) {
293
do_put_on(
new_obj
,
294
((
new_obj
->in_use_flags & ON_LEFT_HAND) ? 1 : 0))
[
all
...]
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap.c
978
uint64_t
new_obj
;
local
980
VERIFY((
new_obj
= zap_create(os, ot, DMU_OT_NONE, 0, tx)) > 0);
981
VERIFY0(zap_add(os, parent_obj, name, sizeof (uint64_t), 1, &
new_obj
,
984
return (
new_obj
);
/src/external/gpl3/gcc.old/dist/gcc/
ira-emit.cc
871
ira_object_t
new_obj
= ALLOCNO_OBJECT (new_allocno, j);
873
OBJECT_MIN (
new_obj
) = 0;
874
OBJECT_MAX (
new_obj
) = ira_objects_num - 1;
870
ira_object_t
new_obj
= ALLOCNO_OBJECT (new_allocno, j);
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc
2708
tree
new_obj
= NULL_TREE;
local
2714
new_obj
= TREE_VEC_ELT (new_call.bindings, 0);
2715
STRIP_NOPS (
new_obj
);
2716
if (TREE_CODE (
new_obj
) == ADDR_EXPR)
2717
new_obj
= TREE_OPERAND (
new_obj
, 0);
2726
if (
new_obj
== cur_obj)
2731
new_obj
= NULL_TREE;
2850
if (
new_obj
&& DECL_DESTRUCTOR_P (fun))
2851
cxx_set_object_constness (ctx,
new_obj
, /*readonly_p=*/false
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026