Searched refs:arglist_index (Results 1 – 1 of 1) sorted by relevance
165 int arglist_index, arglist_size; in get_brace_args() local173 arglist_index = arglist_size = 0; in get_brace_args()213 if (arglist_index + 2 >= arglist_size) in get_brace_args()217 arglist[arglist_index++] = word; in get_brace_args()218 arglist[arglist_index] = NULL; in get_brace_args()498 int arglist_index = 0, arglist_size = 0; in define_macro() local544 if (arglist_index + 2 >= arglist_size) in define_macro()551 arglist[arglist_index++] = word; in define_macro()552 arglist[arglist_index] = NULL; in define_macro()575 if (arglist_index == 1) in define_macro()