OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bc_array
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/bc/dist/
bcdefs.h
145
typedef struct
bc_array
struct
149
}
bc_array
;
typedef in typeref:struct:bc_array
153
bc_array
*a_value;
storage.c
41
static
bc_array
*copy_array (
bc_array
*ary);
373
bc_array
*a_var;
391
a_var = ary_ptr->a_value = bc_malloc (sizeof (
bc_array
));
977
ARY is the pointer to the
bc_array
structure. */
979
static
bc_array
*
980
copy_array (
bc_array
*ary)
982
bc_array
*res = bc_malloc (sizeof(
bc_array
));
Completed in 56 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026