Lines Matching refs:CONTIN
40 #define CONTIN 01 /* skip new lines to complete command */ macro
104 if ((p = command(CONTIN)) == NULL)
126 if ((p = pipeline(CONTIN)) == NULL) in andor()
240 cf |= CONTIN;
294 musthave(IN, CONTIN);
325 c = yylex(CONTIN);
385 while ((peeksym = yylex(CONTIN)) != ESAC) in caselist()
400 if ((peeksym = yylex(CONTIN)) != ESAC) in casepart()
401 musthave(BREAK, CONTIN); in casepart()
410 cf = CONTIN; in pattern()
688 if (multiline || cf & CONTIN) {
691 if (cf & CONTIN)