Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dsh.h113 #define LCONTIN 7 /* continue statement */ macro
H A Dexec.c285 (i != LBREAK && i != LCONTIN)) { in execute()
326 (i != LBREAK && i != LCONTIN)) { in execute()
H A Dc_sh.c607 unwind(*wp[0] == 'b' ? LBREAK : LCONTIN); in c_brkcont()