Home | History | Annotate | Download | only in src

Lines Matching defs:check

121 /* TABLE_SIZE is the allocated size of both TABLE and CHECK.  We start
126 base_number *check;
139 | If TABLE (and CHECK) appear to be small to be addressed at |
153 fprintf (stderr, "growing table and check from: %d to %d\n",
159 check = xnrealloc (check, table_size, sizeof *check);
165 check[old_size] = -1;
717 check[loc] = from[k];
769 check = xnmalloc (table_size, sizeof *check);
778 check[i] = -1;
869 free (check);