Lines Matching defs:arglist_index
167 int arglist_index, arglist_size;
175 arglist_index = arglist_size = 0;
215 if (arglist_index + 2 >= arglist_size)
219 arglist[arglist_index++] = word;
220 arglist[arglist_index] = NULL;
501 int arglist_index = 0, arglist_size = 0;
547 if (arglist_index + 2 >= arglist_size)
554 arglist[arglist_index++] = word;
555 arglist[arglist_index] = NULL;
578 if (arglist_index == 1)