OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQSYNTAX
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
syntax.h
68
#define
SQSYNTAX
(
sqsyntax
+ SYNBASE)
81
extern const char
sqsyntax
[];
parser.c
692
readtoken1(pgetc(), here->here->type == NHERE?
SQSYNTAX
: DQSYNTAX,
1004
if (
SQSYNTAX
[c] == CCTL)
1016
if (syntax !=
SQSYNTAX
) {
1020
syntax =
SQSYNTAX
;
[
all
...]
expand.c
291
if (quotes &&
SQSYNTAX
[(int)c] == CCTL)
Completed in 887 milliseconds