Searched refs:CONTIN (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dsyn.c97 if ((p = get_command(CONTIN)) == NULL)
118 if ((p = pipeline(CONTIN)) == NULL)
348 while (token(CONTIN) == LWORD)
519 c = token(CONTIN|KEYWORD|ALIAS);
580 c = token(CONTIN|KEYWORD|ALIAS);
590 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) {
610 if (token(CONTIN | KEYWORD) != '(')
623 if ((tpeek(CONTIN|KEYWORD|ALIAS)) != endtok)
666 if (tpeek(CONTIN|KEYWORD|ALIAS) == '(' /*)*/) {
673 musthave('{' /*}*/, CONTIN|KEYWOR
[all...]
H A Dsh.h1436 #define CONTIN BIT(0) /* skip new lines to complete command */ macro

Completed in 52 milliseconds