Home
last modified time | relevance | path

Searched refs:tabct (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c9640 unsigned int len, tabct = 8, tabidx = 0; local
9769 PerlMem_malloc(tabct * sizeof(struct dsc$descriptor_s *));
9772 else if (tabidx >= tabct) {
9773 tabct += 8;
9774 …tabvec = (struct dsc$descriptor_s **) PerlMem_realloc(tabvec, tabct * sizeof(struct dsc$descriptor…