Searched refs:completions_found (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Decho-area.c774 static REFERENCE **completions_found = (REFERENCE **)NULL;
853 line = xstrdup (completions_found[0]->label);
860 if (strcasecmp (completions_found[i]->label, line) == 0)
863 line = xstrdup (completions_found[i]->label);
948 int len = strlen (completions_found[i]->label);
987 label = completions_found[l]->label;
1117 if (completions_found[i]->label[offset] == ' ')
1120 if (completions_found[i])
1217 completions_found, completions_found_slots,
1237 LCD_completion = completions_found[
771 static REFERENCE **completions_found = (REFERENCE **)NULL; variable
[all...]

Completed in 112 milliseconds