Home
last modified time | relevance | path

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

/netbsd/bin/ksh/
H A Dsyn.c93 if ((p = get_command(CONTIN)) == NULL)
114 if ((p = pipeline(CONTIN)) == NULL) in andor()
431 c = token(CONTIN|KEYWORD|ALIAS); in dogroup()
491 c = token(CONTIN|KEYWORD|ALIAS); in caselist()
521 c = token(CONTIN|KEYWORD); /* no ALIAS here */
535 if ((tpeek(CONTIN|KEYWORD|ALIAS)) != endtok)
536 musthave(BREAK, CONTIN|KEYWORD|ALIAS);
571 musthave('{', CONTIN|KEYWORD|ALIAS); /* } */
577 if ((t->left = get_command(CONTIN)) == (struct op *) 0) {
609 if ((c = token(CONTIN|KEYWORD|ALIAS)) != IN) { in wordlist()
[all …]
H A Dlex.h108 #define CONTIN BIT(0) /* skip new lines to complete command */ macro
H A Dlex.c695 if (cf & CONTIN)
/netbsd/external/gpl3/gcc/dist/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()
H A Ddbxout.cc772 #define CONTIN stabstr_continue () macro
1571 CONTIN; in dbxout_type_fields()
1689 CONTIN; in dbxout_type_methods()
2330 CONTIN; in dbxout_type()
H A DChangeLog-200321465 * sdbout.c (CONTIN): Removed empty macro.
21466 (sdbout_one_type): Remove CONTIN usages.
H A DChangeLog-200023354 * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
H A DChangeLog-20047486 (CONTIN): Use stabstr_continue, unconditionally.
/netbsd/external/gpl3/gcc.old/dist/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()