HomeSort by: relevance | last modified time | path
    Searched defs:arglist_index (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
macro.c 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
165 int arglist_index, arglist_size; local
498 int arglist_index = 0, arglist_size = 0; local
    [all...]
macro.c 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
165 int arglist_index, arglist_size; local
498 int arglist_index = 0, arglist_size = 0; local
    [all...]

Completed in 35 milliseconds