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

/xsrc/external/mit/xterm/dist/
H A Dmisc.c1658 static char *dabbrev_hint = NULL, *lastexpansion = NULL; local in function:dabbrev_expand
1671 free(dabbrev_hint);
1673 if ((dabbrev_hint = dabbrev_prev_word(xw, &cell, &ld)) != NULL) {
1677 if ((lastexpansion = strdup(dabbrev_hint)) != NULL) {
1680 if ((dabbrev_hint = strdup(dabbrev_hint)) != NULL) {
1697 if (dabbrev_hint == NULL)
1700 hint_len = strlen(dabbrev_hint);
1711 if (!strncmp(dabbrev_hint, expansion, hint_len) && /* empty hint matches everything */

Completed in 9 milliseconds