OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_down
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/bc/dist/
storage.c
413
temp->n_items.
n_down
[0] = a_var->a_tree;
415
temp->n_items.
n_down
[ix] = NULL;
431
if (temp->n_items.
n_down
[ix1] == NULL)
433
temp->n_items.
n_down
[ix1] = bc_malloc (sizeof(bc_array_node));
434
temp = temp->n_items.
n_down
[ix1];
437
temp->n_items.
n_down
[ix] = NULL;
443
temp = temp->n_items.
n_down
[ix1];
899
free_a_tree (root->n_items.
n_down
[ix], depth-1);
962
if (ary_node->n_items.
n_down
[i] != NULL)
963
res->n_items.
n_down
[i]
[
all
...]
bcdefs.h
141
struct bc_array_node *
n_down
[NODE_SIZE];
member in union:bc_array_node::__anon6402
Completed in 15 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026