Searched refs:argbuf_index (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c1903 static int argbuf_index;
1956 argbuf_index = 0;
1969 if (argbuf_index + 1 == argbuf_length)
1972 argbuf[argbuf_index++] = arg;
1973 argbuf[argbuf_index] = 0;
1976 have_o_argbuf_index = argbuf_index;
2850 for (n_commands = 1, i = 0; i < argbuf_index; i++)
2868 for (n_commands = 1, i = 0; i < argbuf_index; i++)
2884 argbuf[argbuf_index] = 0;
4497 if (argbuf_index >
1892 static int argbuf_index; variable
[all...]

Completed in 98 milliseconds