Home
last modified time | relevance | path

Searched refs:CONTIN (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dsyn.c97 if ((p = get_command(CONTIN)) == NULL) in pipeline()
118 if ((p = pipeline(CONTIN)) == NULL) in andor()
348 while (token(CONTIN) == LWORD) in get_command()
519 c = token(CONTIN|KEYWORD|ALIAS); in dogroup()
580 c = token(CONTIN|KEYWORD|ALIAS); in caselist()
590 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) { in caselist()
610 if (token(CONTIN | KEYWORD) != '(') in casepart()
623 if ((tpeek(CONTIN|KEYWORD|ALIAS)) != endtok) in casepart()
666 if (tpeek(CONTIN|KEYWORD|ALIAS) == '(' /*)*/) { in function_body()
673 musthave('{' /*}*/, CONTIN|KEYWORD|ALIAS); in function_body()
[all …]
Dsh.h1436 #define CONTIN BIT(0) /* skip new lines to complete command */ macro
Dlex.c1008 if (cf & CONTIN) in yylex()