Searched refs:continued (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/vim-53/runtime/compiler/
H A Dfortran_g77.vim29 " gev.f:19: (continued):
37 \%A%f:%l:\ (continued):,
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr808 "continued execution"
812 atf_fail "Test case was expected to exit cleanly but it continued" \
824 "but it continued execution"
828 atf_fail "Test case was expected to hang but it continued execution"
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-report/
H A Dintegration_test.sh122 tc, expect_helpers, death_but_pass, failed, Test case was expected to terminate abruptly but it continued execution
124 tc, expect_helpers, exit_but_pass, failed, Test case was expected to exit cleanly but it continued execution
133 tc, expect_helpers, signal_but_pass, failed, Test case was expected to receive a termination signal but it continued execution
136 tc, expect_helpers, timeout_but_pass, failed, Test case was expected to hang but it continued execution
147 death_but_pass: Failed: Test case was expected to terminate abruptly but it continued execution
149 exit_but_pass: Failed: Test case was expected to exit cleanly but it continued execution
158 signal_but_pass: Failed: Test case was expected to receive a termination signal but it continued execution
161 timeout_but_pass: Failed: Test case was expected to hang but it continued execution
/macosx-10.9.5/sudo-72/src/
H A Dtoke.l83 static int continued, prev_state, sawspace;
187 continued = TRUE;
269 if (continued) {
287 if (continued) {
309 if (continued) {
348 if (continued) {
599 continued = FALSE;
611 continued = TRUE;
617 continued = FALSE;
788 continued
[all...]
H A Dtoke.c1487 static int continued, prev_state, sawspace; variable
1848 continued = TRUE;
1954 if (continued) {
1975 if (continued) {
2000 if (continued) {
2042 if (continued) {
2392 continued = FALSE;
2410 continued = TRUE;
2419 continued = FALSE;
3497 continued
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Didlang.vim35 " Indenting of continued lines.
H A Dmake.vim61 " TODO: OK, this might be a continued shell command, so perhaps indent
H A Dawk.vim185 " Determine if 'line' completes a statement or is continued on the next line.
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Dsym.h277 unsigned continued : 1; /* indicates additional TQ info in next AUX */ member in struct:__anon7733
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsimula.el77 (defconst simula-continued-statement-offset-default 3
79 If value is a list, each line in a multipleline continued statement
83 (defcustom simula-continued-statement-offset
84 simula-continued-statement-offset-default
86 If value is a list, each line in a multipleline continued statement
346 `simula-continued-statement-offset' 3
349 line continued statement will have the car of the list extra indentation
875 continued
968 ;; - perhaps this is a continued statement
969 continued
[all...]
H A Dperl-mode.el395 (defcustom perl-continued-statement-offset 4
399 (defcustom perl-continued-brace-offset -4
401 This is in addition to `perl-continued-statement-offset'."
416 (defcustom perl-indent-continued-arguments nil
418 If nil, continued arguments are aligned with the first argument."
485 `perl-continued-statement-offset'
488 `perl-continued-brace-offset'
490 This is in addition to `perl-continued-statement-offset'.
498 `perl-indent-continued-arguments'
503 perl-continued
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DEnvironment.java1286 final boolean continued)
1290 continued ? DbConstants.DB_NEXT : DbConstants.DB_FIRST);
1285 recover(final int count, final boolean continued) argument
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/ptrace_tests_10767133_src/
H A Dptrace_tests_10767133.c214 enum ptrace_state { begin,denied_attach, sigexc_tested,trace_me_set, attached, stepped, continued, killed }; enumerator in enum:ptrace_state
/macosx-10.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm435 my $continued = 0;
440 $continued = 1;
443 $val =~ s/\A \s*|\s* \z//gxms if !$continued;
628 A single value can be continued over two or more lines. If the line
640 Note that the second and subsequent lines of a continued value are considered
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dfortran.vim57 " If you need to add "&" on continued lines so that the code is
/macosx-10.9.5/vim-53/runtime/syntax/
H A Daap.vim118 " A Python line starts with @. Can be continued with a trailing backslash.
/macosx-10.9.5/groff-38/groff/src/devices/grops/
H A Dpsrm.cpp276 int continued = 0; local
279 if (continued)
286 continued = 1;
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm460 my $continued = 0;
465 $continued = 1;
468 $val =~ s/\A \s*|\s* \z//gxms if !$continued;
671 A single value can be continued over two or more lines. If the line
683 Note that the second and subsequent lines of a continued value are considered
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Decofflink.c80 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_BIG);
97 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_LITTLE);
137 | (intern->continued ? TIR_BITS1_CONTINUED_BIG : 0)
154 | (intern->continued ? TIR_BITS1_CONTINUED_LITTLE : 0)
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/
H A DSSLeay.pm78 Work on Crypt::SSLeay has been continued only to provide https
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/
H A DSSLeay.pm74 Work on Crypt::SSLeay has been continued only to provide https
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DConfig.pm962 end of the line to be continued:
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Denv.cpp2501 void do_input_trap(int continued) argument
2504 if (continued)
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DConfig.pm999 end of the line to be continued:
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim28 " If on a continued comment line, go back to the first comment line

Completed in 392 milliseconds

12