Lines Matching refs:old
608 unsigned int old = files_allocated; in get_filenum() local
613 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry)); in get_filenum()
639 unsigned int old = subprogs_allocated; in make_subprog_entry() local
647 memset (subprogs + old, 0, in make_subprog_entry()
648 (subprogs_allocated - old) * sizeof (struct subprog_entry)); in make_subprog_entry()
670 unsigned int old = logicals_allocated; in make_logical() local
678 memset (logicals + old, 0, in make_logical()
679 (logicals_allocated - old) * sizeof (struct logicals_entry)); in make_logical()
1888 unsigned int old = strtab->strings_allocated; in add_to_string_table() local
1894 memset (strtab->strings + old, 0, in add_to_string_table()
1895 (strtab->strings_allocated - old) * sizeof (char *)); in add_to_string_table()