Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c326 (i != LBREAK && i != LCONTIN)) { in execute()
359 (i != LBREAK && i != LCONTIN)) { in execute()
Dmain.c826 case LCONTIN: in shell()
Dsh.h803 #define LCONTIN 7 /* continue statement */ macro
Dfuncs.c2223 unwind(*wp[0] == 'b' ? LBREAK : LCONTIN); in c_brkcont()