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

/external/mksh/src/
H A Dsh.h736 #define STOP_BRKCONT(t) ((t) == E_NONE || (t) == E_PARSE || \ macro
H A Dfuncs.c2371 for (ep = e; ep && !STOP_BRKCONT(ep->type); ep = ep->oenv)

Completed in 95 milliseconds