Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/tcsh/
HDtc.const.c513 Char STRshwordsep[] = { ' ', '\t', '&', '|', ';', '<', '>', '(', ')', '\0' }; variable
HDed.chared.c2163 cp = c_preword(Cursor, InputBuf, 1, STRshwordsep); in e_dabbrev_expand()
2184 cp = c_preword(cp, bp, word, STRshwordsep); in e_dabbrev_expand()
2195 ncp = c_preword(cp, bp, 1, STRshwordsep); in e_dabbrev_expand()
2208 len = c_endword(ncp-1, cp, 1, STRshwordsep) - ncp + 1; in e_dabbrev_expand()