Searched refs:allocated_args (Results 1 – 1 of 1) sorted by relevance
1739 int allocated_args = 20; in printf_command() local1742 val_args = (struct value **) xmalloc (allocated_args in printf_command()1906 if (nargs == allocated_args) in printf_command()1908 (allocated_args *= 2) in printf_command()