Searched refs:argbuf_index (Results 1 – 1 of 1) sorted by relevance
1892 static int argbuf_index; variable1944 argbuf_index = 0; in clear_args()1957 if (argbuf_index + 1 == argbuf_length) in store_arg()1960 argbuf[argbuf_index++] = arg; in store_arg()1961 argbuf[argbuf_index] = 0; in store_arg()1964 have_o_argbuf_index = argbuf_index; in store_arg()2833 for (n_commands = 1, i = 0; i < argbuf_index; i++) in execute()2851 for (n_commands = 1, i = 0; i < argbuf_index; i++) in execute()2867 argbuf[argbuf_index] = 0; in execute()4475 if (argbuf_index > 0 && !strcmp (argbuf[argbuf_index - 1], "|")) in do_spec()[all …]