Home
last modified time | relevance | path

Searched refs:arglist_index (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c165 int arglist_index, arglist_size; in get_brace_args() local
173 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() local
544 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()