Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c3867 static EXECUTION_STRING **execution_strings = NULL; variable
3877 if (execution_strings) in get_execution_string()
3880 if (execution_strings[i] && (execution_strings[i]->in_use == 0)) in get_execution_string()
3882 es = execution_strings[i]; in get_execution_string()
3891 execution_strings = xrealloc in get_execution_string()
3892 (execution_strings, in get_execution_string()
3895 execution_strings[i] = NULL; in get_execution_string()
3898 execution_strings[execution_strings_index] = in get_execution_string()
3900 es = execution_strings[execution_strings_index]; in get_execution_string()
3924 if (execution_strings) in maybe_update_execution_strings()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.465636 function, updates an entry in execution_strings[] array after
8404 in case there are no execution_strings.