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

/xsrc/external/mit/xterm/dist/
H A Dmisc.c1621 char *abword; local in function:dabbrev_prev_word
1626 abword = ab_end;
1627 *abword = '\0'; /* end of string marker */
1631 if (abword > xw->work.dabbrev_data) /* store only the last chars */
1632 *(--abword) = (char) c;
1636 result = abword;
1637 } else if (abword != ab_end) {
1638 result = abword;

Completed in 9 milliseconds