OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:word_chars
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/csh/
csh.h
534
/*
word_chars
is set by default to
WORD_CHARS
but can be overridden by
535
the worchars variable--if unset, reverts to
WORD_CHARS
*/
537
extern Char *
word_chars
;
539
#define
WORD_CHARS
"*?_-.[]~=" /* default chars besides alnums in words */
csh.c
158
Char *
word_chars
;
variable in typeref:typename:Char *
228
STR_WORD_CHARS = SAVE(
WORD_CHARS
);
232
word_chars
= STR_WORD_CHARS;
set.c
126
word_chars
= value(vp);
547
word_chars
= STR_WORD_CHARS;
Completed in 13 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025