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

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

Completed in 65 milliseconds