OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcopy
(Results
1 - 4
of
4
) sorted by null
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg
233
RETURN_TYPE_<label> *
tcopy
;
235
tcopy
= (RETURN_TYPE_<label> *)ANTLR3_MALLOC(sizeof(RETURN_TYPE_<label>)); /* Note no memory allocation checks! */
236
ANTLR3_MEMCPY((void *)(
tcopy
), (const void *)&<label>, sizeof(RETURN_TYPE_<label>));
237
list_<label>->add(list_<label>, (void *)
tcopy
, freeScope); /* Add whatever the return type is */<\n>
/external/mksh/src/
tree.c
514
tcopy
(struct op *t, Area *ap)
function
563
r->left =
tcopy
(t->left, ap);
564
r->right =
tcopy
(t->right, ap);
exec.c
1097
tp->val.t =
tcopy
(t->left, tp->areap);
[
all
...]
sh.h
[
all
...]
Completed in 171 milliseconds