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