Searched refs:STRshwordsep (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/contrib/tcsh/ |
| HD | tc.const.c | 513 Char STRshwordsep[] = { ' ', '\t', '&', '|', ';', '<', '>', '(', ')', '\0' }; variable
|
| HD | ed.chared.c | 2163 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()
|