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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.h1146 /* word_chars is set by default to WORD_CHARS but can be overridden by
1147 the worchars variable--if unset, reverts to WORD_CHARS */
1151 #define WORD_CHARS "*?_-.[]~=" /* default chars besides alnums in words */ macro
H A Dsh.c268 STR_WORD_CHARS = SAVE(WORD_CHARS);

Completed in 77 milliseconds