OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASESYNTAX
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
syntax.h
66
#define
BASESYNTAX
(
basesyntax
+ SYNBASE)
79
extern const char
basesyntax
[];
parser.c
860
return readtoken1(c,
BASESYNTAX
, (char *)NULL, 0);
956
if (syntax ==
BASESYNTAX
)
967
if (syntax ==
BASESYNTAX
)
1033
syntax =
BASESYNTAX
;
1062
syntax =
BASESYNTAX
;
1126
if (syntax !=
BASESYNTAX
&& ! parsebackquote && eofmark == NULL)
[
all
...]
expand.c
420
char const *syntax = quoted? DQSYNTAX :
BASESYNTAX
;
665
:
BASESYNTAX
;
835
syntax = quoted? DQSYNTAX :
BASESYNTAX
; \
Completed in 113 milliseconds