Home
last modified time | relevance | path

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

/NextBSD/release/picobsd/tinyware/msh/
HDsh2.c40 #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()
[all …]
/NextBSD/contrib/gcc/
HDdbxout.c792 #define CONTIN stabstr_continue () macro
1422 CONTIN; in dbxout_type_fields()
1552 CONTIN; in dbxout_type_methods()
2173 CONTIN; in dbxout_type()
HDChangeLog-200321465 * sdbout.c (CONTIN): Removed empty macro.
21466 (sdbout_one_type): Remove CONTIN usages.
HDChangeLog-200023354 * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
HDChangeLog-20047486 (CONTIN): Use stabstr_continue, unconditionally.