Searched defs:syntax (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dexpand.c63 #include "syntax.h"
202 /* "$@" syntax adherence hack */
420 char const *syntax = quoted? DQSYNTAX : BASESYNTAX; local
453 if (quotes && syntax[(int)lastc] == CCTL)
664 char const *syntax = (varflags & VSQUOTE) ? DQSYNTAX local
672 if (quotes && syntax[(int)*val] == CCTL)
830 char const *syntax; local
835 syntax = quoted? DQSYNTAX : BASESYNTAX; \
837 if (syntax[(int)*p] == CCTL) \
H A Dparser.c52 #include "syntax.h"
908 readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs) argument
923 char const *prevsyntax = NULL; /* syntax before arithmetic */
936 (void) &syntax;
942 if (syntax == DQSYNTAX) {
956 if (syntax == BASESYNTAX)
965 switch(syntax[c]) {
967 if (syntax == BASESYNTAX)
1016 if (syntax != SQSYNTAX) {
1020 syntax
[all...]

Completed in 180 milliseconds