Home
last modified time | relevance | path

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

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