OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcopy
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
tree.c
478
tcopy
(t, ap)
function
521
r->left =
tcopy
(t->left, ap);
522
r->right =
tcopy
(t->right, ap);
/src/external/bsd/pcc/dist/pcc/arch/mips/
local.c
38
#define
tcopy
p1tcopy
macro
698
p =
tcopy
(a->n_left);
/src/external/bsd/pcc/dist/pcc/mip/
common.c
363
tcopy
(NODE *p)
function
372
q->n_right =
tcopy
(p->n_right);
374
q->n_left =
tcopy
(p->n_left);
Completed in 17 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026