Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Decho-area.c776 static REFERENCE *LCD_completion; variable
1137 else if (LCD_completion->label[0] == '\0')
1143 for (i = 0; LCD_completion->label[i]; i++)
1144 ea_insert (window, 1, LCD_completion->label[i]);
1183 LCD_completion = (REFERENCE *)NULL; in build_completions()
1208 LCD_completion = (REFERENCE *)NULL; in build_completions()
1234 LCD_completion = completions_found[0]; in build_completions()
1281 LCD_completion = &LCD_reference; in build_completions()
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.462611 use that as the value of LCD_completion.