代码搜索:continues
找到约 108 项符合「continues」的源代码
代码结果 108
www.eeworm.com/read/453168/1642160
tests many_continues.tests
if test $# = 0; then
# Child will kill us in 1 second
"$THIS_SH" "$0" $$ &
# Loop many, many times
trap 'echo OK; exit 0' 15
while true; do
continue
done
echo BAD
exi
www.eeworm.com/read/428548/1958546
tests many_continues.tests
if test $# = 0; then
# Child will kill us in 1 second
"$THIS_SH" "$0" $$ &
# Loop many, many times
trap 'echo OK; exit 0' 15
while true; do
continue
done
echo BAD
exi
www.eeworm.com/read/374581/2749535
tests many_continues.tests
if test $# = 0; then
# Child will kill us in 1 second
"$THIS_SH" "$0" $$ &
# Loop many, many times
trap 'echo OK; exit 0' 15
while true; do
continue
done
echo BAD
exi
www.eeworm.com/read/357352/3016159
tests many_continues.tests
if test $# = 0; then
# Child will kill us in 1 second
"$THIS_SH" "$0" $$ &
# Loop many, many times
trap 'echo OK; exit 0' 15
while true; do
continue
done
echo BAD
exi
www.eeworm.com/read/307145/13727810
c ch07s031.c
/* ... some code ... */
PRINT(("foo = %s, bar = %d, baz = %f", foo, bar, baz));
/* ... code continues ... */
www.eeworm.com/read/168845/5435739
cpp test_exec_example.cpp
// (C) Copyright Gennadiy Rozental 2001-2005.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE