Home
last modified time | relevance | path

Searched refs:LCONTIN (Results 1 – 4 of 4) sorted by relevance

/third_party/mksh/
Dexec.c327 (i != LBREAK && i != LCONTIN)) { in execute()
360 (i != LBREAK && i != LCONTIN)) { in execute()
Dmain.c871 case LCONTIN: in shell()
Dsh.h904 #define LCONTIN 7 /* continue statement */ macro
Dfuncs.c2235 unwind(*wp[0] == 'b' ? LBREAK : LCONTIN); in c_brkcont()