Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtc.const.c514 Char STRshwordsep[] = { ' ', '\t', '&', '|', ';', '<', '>', '(', ')', '\0' }; variable
H A Ded.chared.c2164 cp = c_preword(Cursor, InputBuf, 1, STRshwordsep); in e_dabbrev_expand()
2185 cp = c_preword(cp, bp, word, STRshwordsep); in e_dabbrev_expand()
2196 ncp = c_preword(cp, bp, 1, STRshwordsep); in e_dabbrev_expand()
2209 len = c_endword(ncp-1, InputBuf, cp, 1, STRshwordsep) - ncp + 1; in e_dabbrev_expand()