Searched refs:array_dup (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/dc/
H A Dstack.c32 static struct array *array_dup(const struct array *);
95 copy->array = a->array == NULL ? NULL : array_dup(a->array);
185 NULL : array_dup(v->array);
207 NULL : array_dup(v->array);
297 array_dup(const struct array *a) function

Completed in 100 milliseconds