Searched refs:LBREAK (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dexec.c339 (i != LBREAK && i != LCONTIN)) {
342 } else if (i == LBREAK) {
374 (i != LBREAK && i != LCONTIN)) {
377 } else if (i == LBREAK) {
H A Dsh.h748 #define LBREAK 6 /* break statement */ macro
H A Dfuncs.c2400 unwind(*wp[0] == 'b' ? LBREAK : LCONTIN);

Completed in 948 milliseconds