Searched refs:CONTIN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh2.c40 #define CONTIN 01 /* skip new lines to complete command */ macro
104 if ((p = command(CONTIN)) == NULL)
126 if ((p = pipeline(CONTIN)) == NULL)
240 cf |= CONTIN;
294 musthave(IN, CONTIN);
325 c = yylex(CONTIN);
385 while ((peeksym = yylex(CONTIN)) != ESAC)
400 if ((peeksym = yylex(CONTIN)) != ESAC)
401 musthave(BREAK, CONTIN);
410 cf = CONTIN;
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddbxout.c795 #define CONTIN stabstr_continue ()
1426 CONTIN;
1558 CONTIN;
2180 CONTIN;
792 #define CONTIN macro

Completed in 410 milliseconds