Home
last modified time | relevance | path

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

/dports/x11/xterm/xterm-370/
H A Dmisc.c1666 static char *dabbrev_hint = 0, *lastexpansion = 0; in dabbrev_expand() local
1679 free(dabbrev_hint); in dabbrev_expand()
1681 if ((dabbrev_hint = dabbrev_prev_word(xw, &cell, &ld)) != 0) { in dabbrev_expand()
1685 if ((lastexpansion = strdup(dabbrev_hint)) != 0) { in dabbrev_expand()
1688 if ((dabbrev_hint = strdup(dabbrev_hint)) != 0) { in dabbrev_expand()
1705 if (dabbrev_hint == 0) in dabbrev_expand()
1708 hint_len = strlen(dabbrev_hint); in dabbrev_expand()
1719 if (!strncmp(dabbrev_hint, expansion, hint_len) && /* empty hint matches everything */ in dabbrev_expand()