OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DQSYNTAX
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
syntax.h
67
#define
DQSYNTAX
(
dqsyntax
+ SYNBASE)
80
extern const char
dqsyntax
[];
parser.c
692
readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX :
DQSYNTAX
,
942
if (syntax ==
DQSYNTAX
) {
1051
syntax =
DQSYNTAX
;
1065
syntax =
DQSYNTAX
;
1094
if (syntax ==
DQSYNTAX
)
[
all
...]
expand.c
420
char const *syntax = quoted?
DQSYNTAX
: BASESYNTAX;
664
char const *syntax = (varflags & VSQUOTE) ?
DQSYNTAX
835
syntax = quoted?
DQSYNTAX
: BASESYNTAX; \
Completed in 37 milliseconds