Searched refs:JMP_BREAK (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/jam/
H A Dcompile.h59 # define JMP_BREAK 1 /* break out of loop */ macro
H A Djamgram.yy124 { $$.parse = pbreak( $2.parse, JMP_BREAK ); }
H A Dcompile.c117 * parse->num JMP_BREAK/CONTINUE/RETURN
289 if( *jmp == JMP_BREAK || *jmp == JMP_CONTINUE )
955 if( *jmp == JMP_BREAK || *jmp == JMP_CONTINUE )
H A Djamgram.y170 { $$.parse = pbreak( $2.parse, JMP_BREAK ); }

Completed in 43 milliseconds