Home
last modified time | relevance | path

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

123456

/dports/lang/snobol4/snobol4-2.2.2/
H A Dsyntax.tbl146 ELSE CONTIN
160 ELSE CONTIN
174 FOR(NUMBER) CONTIN
180 FOR(NUMBER) CONTIN
187 FOR(BLANK) CONTIN
224 FOR(NUMBER) CONTIN
239 ELSE CONTIN
256 FOR(NUMBER) CONTIN
265 FOR(COMMA) CONTIN
274 FOR(COMMA) CONTIN
[all …]
H A Dgensyn.sno49 CONTIN = '0' SEP 'CONTIN' SEP
131 * CONTIN and ERROR appear alone
132 STR 'CONTIN' :S(ACCONT)
153 * NOTE: one based (CONTIN is always zero)
156 * CONTIN (most common action taken while compiling)
/dports/shells/oksh/oksh-7.0/
H A Dsyn.c80 if ((p = get_command(CONTIN)) == NULL) in pipeline()
101 if ((p = pipeline(CONTIN)) == NULL) in andor()
422 c = token(CONTIN|KEYWORD|ALIAS); in dogroup()
482 c = token(CONTIN|KEYWORD|ALIAS); in caselist()
511 c = token(CONTIN|KEYWORD); /* no ALIAS here */ in casepart()
525 if ((tpeek(CONTIN|KEYWORD|ALIAS)) != endtok) in casepart()
526 musthave(BREAK, CONTIN|KEYWORD|ALIAS); in casepart()
560 musthave('{', CONTIN|KEYWORD|ALIAS); /* } */ in function_body()
566 if ((t->left = get_command(CONTIN)) == NULL) { in function_body()
598 if ((c = token(CONTIN|KEYWORD|ALIAS)) != IN) { in wordlist()
[all …]
H A Dlex.h88 #define CONTIN BIT(0) /* skip new lines to complete command */ macro
/dports/shells/pdksh/pdksh-5.2.14/
H A Dsyn.c84 if ((p = get_command(CONTIN)) == NULL)
105 if ((p = pipeline(CONTIN)) == NULL) in andor()
422 c = token(CONTIN|KEYWORD|ALIAS); in dogroup()
482 c = token(CONTIN|KEYWORD|ALIAS); in caselist()
512 c = token(CONTIN|KEYWORD); /* no ALIAS here */
526 if ((tpeek(CONTIN|KEYWORD|ALIAS)) != endtok)
527 musthave(BREAK, CONTIN|KEYWORD|ALIAS);
562 musthave('{', CONTIN|KEYWORD|ALIAS); /* } */
568 if ((t->left = get_command(CONTIN)) == (struct op *) 0) {
600 if ((c = token(CONTIN|KEYWORD|ALIAS)) != IN) { in wordlist()
[all …]
H A Dlex.h106 #define CONTIN BIT(0) /* skip new lines to complete command */ macro
/dports/shells/mksh/mksh/
H A Dsyn.c110 if ((p = get_command(CONTIN, sALIAS)) == NULL) in pipeline()
131 if ((p = pipeline(CONTIN, sALIAS)) == NULL) in andor()
356 while (token(CONTIN) == LWORD) in get_command()
543 c = token(CONTIN|KEYWORD|sALIAS); in dogroup()
604 c = token(CONTIN|KEYWORD|sALIAS); in caselist()
614 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) { in caselist()
634 if ((unsigned int)token(CONTIN | KEYWORD) != ORD('(')) in casepart()
663 if ((tpeek(CONTIN|KEYWORD|sALIAS)) != endtok) in casepart()
715 musthave(ORD('{' /*}*/), CONTIN|KEYWORD|sALIAS); in function_body()
724 if ((t->left = get_command(CONTIN, sALIAS)) == NULL) { in function_body()
[all …]
/dports/math/cmlib/cmlib-3.0_8/src/splp/
H A Dspopt.f23 LOGICAL CONTIN,USRBAS,SIZEUP,SAVEDT,COLSCP,CSTSCP,MINPRB,
34 20003 LOPT(1)=CONTIN
63 30001 CONTIN = .FALSE.
159 CONTIN = PRGOPT(LAST+2).NE.ZERO
H A Dspinit.f22 LOGICAL CONTIN,USRBAS,COLSCP,CSTSCP,MINPRB,LOPT(8)
28 CONTIN=LOPT(1)
178 IF (.NOT.(.NOT.(CONTIN .OR. USRBAS))) GO TO 20063
H A Dsplpmn.f130 LOGICAL COLSCP,SAVEDT,CONTIN,CSTSCP,UNBND,
133 EQUIVALENCE (CONTIN,LOPT(1)),(USRBAS,LOPT(2)),
167 20002 IF (.NOT.(CONTIN)) GO TO 20003
/dports/math/slatec/src/
H A Ddpopt.f38 LOGICAL CONTIN,USRBAS,SIZEUP,SAVEDT,COLSCP,CSTSCP,MINPRB,
49 20003 LOPT(1)=CONTIN
78 30001 CONTIN = .FALSE.
175 CONTIN = PRGOPT(LAST+2).NE.ZERO
H A Dspopt.f38 LOGICAL CONTIN,USRBAS,SIZEUP,SAVEDT,COLSCP,CSTSCP,MINPRB,
49 20003 LOPT(1)=CONTIN
78 30001 CONTIN = .FALSE.
175 CONTIN = PRGOPT(LAST+2).NE.ZERO
H A Dspinit.f36 LOGICAL CONTIN,USRBAS,COLSCP,CSTSCP,MINPRB,LOPT(8)
41 CONTIN=LOPT(1)
191 IF (.NOT.(.NOT.(CONTIN .OR. USRBAS))) GO TO 20063
H A Ddpinit.f38 LOGICAL CONTIN,USRBAS,COLSCP,CSTSCP,MINPRB,LOPT(8)
43 CONTIN=LOPT(1)
193 IF (.NOT.(.NOT.(CONTIN .OR. USRBAS))) GO TO 20063
H A Ddplpmn.f138 LOGICAL COLSCP,SAVEDT,CONTIN,CSTSCP,UNBND,
142 EQUIVALENCE (CONTIN,LOPT(1)),(USRBAS,LOPT(2)),
174 20002 IF (.NOT.(CONTIN)) GO TO 20003
H A Dsplpmn.f139 LOGICAL COLSCP,SAVEDT,CONTIN,CSTSCP,UNBND,
143 EQUIVALENCE (CONTIN,LOPT(1)),(USRBAS,LOPT(2)),
175 20002 IF (.NOT.(CONTIN)) GO TO 20003
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/db/
H A Dpcs.c87 runmode = CONTIN; in subpcs()
126 runmode=CONTIN; in subpcs()
H A Ddefs.h49 #define CONTIN 2 macro
/dports/math/gismo/gismo-21.12.0/extensions/gsParasolid/
H A DgsFrustrum.cpp2526 *ifail = CONTIN; in GOOPPX()
2549 *ifail = CONTIN; in GOCLPX()
2572 *ifail = CONTIN; in GOPIXL()
2596 *ifail = CONTIN; in GOOPSG()
2620 *ifail = CONTIN; in GOCLSG()
2646 *ifail = CONTIN; in GOSGMT()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Ddbxout.c323 #define CONTIN \ macro
326 #define CONTIN do { } while (0) macro
897 CONTIN; in dbxout_type_fields()
1076 CONTIN; in dbxout_type_methods()
1812 CONTIN; in dbxout_type()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Ddbxout.c323 #define CONTIN \ macro
326 #define CONTIN do { } while (0) macro
897 CONTIN; in dbxout_type_fields()
1076 CONTIN; in dbxout_type_methods()
1812 CONTIN; in dbxout_type()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Ddbxout.c791 #define CONTIN stabstr_continue () macro
1417 CONTIN; in dbxout_type_fields()
1547 CONTIN; in dbxout_type_methods()
2183 CONTIN; in dbxout_type()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddbxout.c769 #define CONTIN stabstr_continue () macro
1568 CONTIN; in dbxout_type_fields()
1686 CONTIN; in dbxout_type_methods()
2326 CONTIN; in dbxout_type()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddbxout.c772 #define CONTIN stabstr_continue () macro
1571 CONTIN; in dbxout_type_fields()
1689 CONTIN; in dbxout_type_methods()
2330 CONTIN; in dbxout_type()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddbxout.c769 #define CONTIN stabstr_continue () macro
1568 CONTIN; in dbxout_type_fields()
1686 CONTIN; in dbxout_type_methods()
2326 CONTIN; in dbxout_type()

123456