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

  /src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.c 1100 the relevant element in the execution_strings[] array,
3883 static EXECUTION_STRING **execution_strings = NULL;
3893 if (execution_strings)
3896 if (execution_strings[i] && (execution_strings[i]->in_use == 0))
3898 es = execution_strings[i];
3907 execution_strings = xrealloc
3908 (execution_strings,
3911 execution_strings[i] = NULL;
3914 execution_strings[execution_strings_index]
3867 static EXECUTION_STRING **execution_strings = NULL; variable
    [all...]
makeinfo.c 1100 the relevant element in the execution_strings[] array,
3883 static EXECUTION_STRING **execution_strings = NULL;
3893 if (execution_strings)
3896 if (execution_strings[i] && (execution_strings[i]->in_use == 0))
3898 es = execution_strings[i];
3907 execution_strings = xrealloc
3908 (execution_strings,
3911 execution_strings[i] = NULL;
3914 execution_strings[execution_strings_index]
3867 static EXECUTION_STRING **execution_strings = NULL; variable
    [all...]

Completed in 61 milliseconds