OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_QUOTE
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
sh.h
427
#define
C_QUOTE
BIT(8) /* \n\t"#$&'()*;<>?[\`| (needing quoting) */
misc.c
63
setctypes(" \n\t\"#$&'()*;<>?[\\`|",
C_QUOTE
);
1086
if (ctype(*p,
C_QUOTE
))
syn.c
554
*
C_QUOTE
covers all but = and adds # [ ? *)
557
if (ctype(*p,
C_QUOTE
) || *p == '=')
Completed in 14 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026