Home
last modified time | relevance | path

Searched refs:QUIT (Results 1 – 25 of 4209) sorted by relevance

12345678910>>...169

/dports/math/gap/gap-4.11.0/tst/testinstall/
H A Dbreak.tst68 gap> if true then QUIT; fi;
70 if true then QUIT; fi;
72 gap> if false then QUIT; fi;
74 if false then QUIT; fi;
78 f := function() QUIT; end;
82 for i in [1..5] do QUIT; od;
87 gap> while true do QUIT; od;
89 while true do QUIT; od;
93 repeat QUIT; until false;
97 atomic fail do QUIT; od;
[all …]
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include/fplus/
H A Draii.hpp16 template <typename INIT, typename QUIT>
20 raii(INIT init, QUIT quit) : in raii()
34 QUIT quit_;
37 template <typename INIT, typename QUIT>
38 shared_ref<raii<INIT, QUIT>> make_raii(INIT init, QUIT quit) in make_raii()
40 return make_shared_ref<raii<INIT, QUIT>>(init, quit); in make_raii()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/cc/
H A Dccsd_input.F7307 CALL QUIT(MESSAGE)
7363 CALL QUIT(MESSAGE)
8352 CALL QUIT(
8959 CALL QUIT('WRONG CC2LAB')
9029 CALL QUIT
9162 CALL QUIT
9390 CALL QUIT
9715 CALL QUIT
10068 CALL QUIT
10178 CALL QUIT(
[all …]
H A Dcc_getgd.F332 IF ( CCR12 ) CALL QUIT('No R12 for BR')
357 IF ( CCR12 ) CALL QUIT('No R12 for FR')
382 IF ( CCR12 ) CALL QUIT('No R12 for BE')
492 IF ( CCR12 ) CALL QUIT('No R12 for EO1')
572 CALL QUIT('Unknown list in CC_GETGD.')
1313 CALL QUIT('Error in CC_LCGD.')
1339 CALL QUIT('Error in CC_LCGD.')
1583 CALL QUIT('ERROR IN CC_CR2GD.')
1612 CALL QUIT('ERROR IN CC_CR2GD.')
1805 CALL QUIT('ERROR IN CC_CL2GD.')
[all …]
H A Dcc_slv.F299 CALL QUIT('CC_SLVE: LUCSOL info not '//
1218 CALL QUIT( 'Symmetry problem in CCSL_PBTR')
1299 CALL QUIT( 'Symmetry problem in CCSL_PBTR')
1409 CALL QUIT('Insuff. work in CCSL_TGB')
1616 CALL QUIT('Insuff. work in CCSL_TGB')
1842 CALL QUIT( 'Symmetry problem in CCSL_GTR 1')
1855 CALL QUIT('Insuff. work in CCSL_GTR 1')
2026 CALL QUIT('Insuff. work in CCSL_TGCB 1')
2040 CALL QUIT( 'Symmetry problem in CCSL_TGCB')
2198 CALL QUIT('Insuff. work in CCSL_BTR 1')
[all …]
H A Dccxopa_eomsetup.F194 CALL QUIT('Error in CCXOPA_EOMSETUP')
232 IF (LPDBS) CALL QUIT('perturbation-dependent basis sets not '//
240 CALL QUIT('NBOPA out of range in CCXOPA_EOMSETUP.')
344 CALL QUIT('MFVEC has been out of bounds CCXOPA_EOMSETUP.')
346 CALL QUIT('MXEAVEC has been out of bounds CCXOPA_EOMSETUP.')
348 CALL QUIT('MXE2VEC has been out of bounds CCXOPA_EOMSETUP.')
352 CALL QUIT('MXEOM2 has been out of bounds CCXOPA_EOMSETUP.')
354 CALL QUIT('NFTRAN has been out of bounds CCXOPA_EOMSETUP.')
356 CALL QUIT('NXE1TRAN has been out of bounds CCXOPA_EOMSETUP.')
358 CALL QUIT('NXE2TRAN has been out of bounds CCXOPA_EOMSETUP.')
[all …]
H A Dcc_jmat.F235 CALL QUIT('Triples not implemented for J matrix '//
242 CALL QUIT('Unknown CC method in CC_JMAT.')
248 CALL QUIT('DUMPCD=.FALSE. , CC_JMAT requires DUMPCD=.TRUE.')
254 CALL QUIT('RSPIM=.FALSE. , CC_JMAT requires RSPIM=.TRUE.')
260 CALL QUIT('CC_JMAT is not implemented for ISYMOP.NE.1')
309 CALL QUIT('Unknown coupled cluster model in CC_JMAT.')
322 CALL QUIT('Illegal value of IOPTRES in CC_JMAT.')
372 IF (LWRK2.LT.0) CALL QUIT( 'Too little work in CC_JMAT, 1')
384 CALL QUIT('Insuff. work in CC_JMAT 2')
491 CALL QUIT('Illegal value for IOPTRES in CC_JMAT.')
[all …]
H A Dcc_aamat.F104 CALL QUIT('Unknown CC method in CC_AAMAT.')
114 CALL QUIT('A{O} mat. driver called with a strange '//
121 CALL QUIT('LISTO="o2" case not yet implemented in CC_AAMAT.')
143 CALL QUIT('Symmetry mismatch in CC_AAMAT.')
159 IF (LWRK1.LT.0) CALL QUIT('Insufficient memory in CC_AAMAT.')
163 IF (CCSDT) CALL QUIT('relaxed with triples not available!')
193 & CALL QUIT('Insufficient memory in CC_AAMAT. (2)')
211 CALL QUIT('Real code for AAMATSD not called here...')
237 CALL QUIT('Unknown coupled cluster model in CC_AAMAT.')
301 CALL QUIT('Illegal option IOPTRES in CC_AAMAT.')
H A Dcc_kmat.F246 CALL QUIT('Triples not implemented for K matrix '//
253 CALL QUIT('Unknown CC method in CC_KMAT.')
259 CALL QUIT('DUMPCD=.FALSE. , CC_KMAT requires DUMPCD=.TRUE.')
265 CALL QUIT('RSPIM=.FALSE. , CC_KMAT requires RSPIM=.TRUE.')
271 CALL QUIT('CC_KMAT is not implemented for ISYMOP.NE.1')
320 CALL QUIT('Unknown coupled cluster model in CC_KMAT.')
333 CALL QUIT('Illegal value of IOPTRES in CC_KMAT.')
410 CALL QUIT('Insuff. work in CC_KMAT 2')
489 CALL QUIT('Insuff. work in CC_KMAT 5')
609 CALL QUIT('Illegal value for IOPTRES in CC_KMAT.')
[all …]
/dports/french/med/med-4.0.0/src/misc/
H A DMEDversionedApi3C.c63 goto QUIT; in _MEDversionedApi3()
70 goto QUIT; in _MEDversionedApi3()
77 if ( _fversionMMR <= 236 ) { func=getVersionedApi3(key,_version236); goto QUIT;} in _MEDversionedApi3()
106 if ( (_fversionMMR <= 290) || (_fversionMM > (100*MED_NUM_MAJEUR+10*MED_NUM_MINEUR) ) ) goto QUIT; in _MEDversionedApi3()
144 if (func != NULL) { goto QUIT; } in _MEDversionedApi3()
175 goto QUIT; in _MEDversionedApi3()
179 QUIT: in _MEDversionedApi3()
/dports/sysutils/busybox/busybox-1.26.2/shell/hush_test/hush-signals/
H A Dsubshell.right2 trap -- '' QUIT
6 trap -- '' QUIT
10 trap -- '' QUIT
14 trap -- '' QUIT
18 trap -- '' QUIT
/dports/games/wesnoth/wesnoth-1.14.17/src/game_initialization/
H A Dplaycampaign.cpp199 return LEVEL_RESULT::QUIT; in playsingle_scenario()
232 return LEVEL_RESULT::QUIT; in playmp_scenario()
295 return LEVEL_RESULT::QUIT; in play_game()
298 return LEVEL_RESULT::QUIT; in play_game()
301 return LEVEL_RESULT::QUIT; in play_game()
304 return LEVEL_RESULT::QUIT; in play_game()
307 return LEVEL_RESULT::QUIT; in play_game()
312 return LEVEL_RESULT::QUIT; in play_game()
315 return LEVEL_RESULT::QUIT; in play_game()
360 return LEVEL_RESULT::QUIT; in play_game()
[all …]
/dports/security/py-gpgme/gpgme-1.15.1/lang/cpp/src/
H A Dgpgsetownertrusteditinteractor.cpp62 QUIT, enumerator
82 case QUIT: in action()
125 return QUIT; in nextState()
135 return QUIT; in nextState()
139 case QUIT: in nextState()
149 return QUIT; in nextState()
H A Dgpgsetexpirytimeeditinteractor.cpp61 QUIT, enumerator
78 case QUIT: in action()
121 return QUIT; in nextState()
129 case QUIT: in nextState()
139 return QUIT; in nextState()
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/cpp/src/
H A Dgpgsetownertrusteditinteractor.cpp62 QUIT, enumerator
82 case QUIT: in action()
125 return QUIT; in nextState()
135 return QUIT; in nextState()
139 case QUIT: in nextState()
149 return QUIT; in nextState()
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/cpp/src/
H A Dgpgsetownertrusteditinteractor.cpp62 QUIT, enumerator
82 case QUIT: in action()
125 return QUIT; in nextState()
135 return QUIT; in nextState()
139 case QUIT: in nextState()
149 return QUIT; in nextState()
/dports/security/gpgme/gpgme-1.15.1/lang/cpp/src/
H A Dgpgsetownertrusteditinteractor.cpp62 QUIT, enumerator
82 case QUIT: in action()
125 return QUIT; in nextState()
135 return QUIT; in nextState()
139 case QUIT: in nextState()
149 return QUIT; in nextState()
H A Dgpgsetexpirytimeeditinteractor.cpp61 QUIT, enumerator
78 case QUIT: in action()
121 return QUIT; in nextState()
129 case QUIT: in nextState()
139 return QUIT; in nextState()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/abacus/
H A Dherbas.F310 CALL QUIT('BASLIB ERROR: '//
412 CALL QUIT('Too many AO blocks'//
746 CALL QUIT('BASLIB: '//
760 IF (IOS.NE.0) CALL QUIT('BASLIB: '//
915 CALL QUIT('I/O error in BASLIB(FIND_ELEMENT)')
922 CALL QUIT('BASLIB: '//
990 CALL QUIT(
1132 CALL QUIT('BASLIB: I/O error in FIND_NQD')
1136 CALL QUIT('BASLIB FIND_NQD: '//
1570 CALL QUIT('BASLIB ECP_LCORE ECP: '//
[all …]
H A Dabaset.F109 CALL QUIT('"'//LBSIFC//'" label not found on SIRIFC file.')
124 CALL QUIT('ERROR in SETSIR:'//
138 CALL QUIT('"SIRFLAGS" label not found on SIRIUS interface.')
208 IF (.NOT.FLAG(16)) CALL QUIT(
226 IF (EPSTAT .NE. EPSOL) CALL QUIT(
228 IF (LCAVMX+1 .GT. MXQNM) CALL QUIT(
231 IF (FLAG(16)) CALL QUIT(
244 CALL QUIT('ERROR in ABACUS.SETSIR - frozen orbitals used.')
251 & CALL QUIT('SETSIR ERROR: .SUPSYM not implemented in ABACUS.')
344 CALL QUIT('SETSIR: .SUPSYM not allowed in ABACUS')
[all …]
/dports/textproc/py-asonic/asonic-2.0.0/asonic/
H A Denums.py17 QUIT = 'QUIT' variable in Command
38 Command.QUIT,
45 Command.QUIT,
56 Command.QUIT,
62 Command.QUIT,
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/ci-kit/ec/
H A Dsdeck.create_hardcore_listings.ec30 &if [not [exists argument &(SUFFIX)]] &then &goto QUIT
31 &if [equal &(SUFFIX) "list"] &then &goto QUIT
43 &goto QUIT
48 &goto QUIT
53 &goto QUIT
61 &label QUIT
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/choles/
H A Dcc_rdrspd.F99 CALL QUIT('Symmetry mismatch in '//SECNAM)
164 CALL QUIT('Unknown list '//LIST(1:3)//' in '//SECNAM)
186 CALL QUIT('Unknown list '//LIST(1:3)//' in '//SECNAM)
196 CALL QUIT('No density found on file '//FILEX(1:10)//' in '
205 CALL QUIT('Wrong type of density found on file '
273 CALL QUIT('Wrong density on file '//FILEX(1:10)//' in '
277 CALL QUIT('Wrong density on file '//FILEX(1:10)//' in '
291 CALL QUIT('Error in '//SECNAM)
354 CALL QUIT ('Fatal i/o error in '//SECNAM)
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/gp/
H A Dgptrygve.F253 CALL QUIT('Work space exceeded.')
256 SUBROUTINE QUIT(TEXT)
402 CALL QUIT(TEXT//ERROR)
520 CALL QUIT('ERROR (OPENDX) FILE NOT FOUND')
590 CALL QUIT('Too many splittings of a file')
668 CALL QUIT('Too many splittings of a file')
734 CALL QUIT('Invalid NIBUF, NBITS combination')
799 CALL QUIT('Invalid NIBUF, NBITS combination')
1171 CALL QUIT('ERROR (GPOPEN) NO MORE FILE NUMBERS')
1212 CALL QUIT('ERROR (GPOPEN) UPON OPENING A FILE')
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/dft/
H A Ddft_inp.F59 CALL QUIT('Illegal keyword in DFTINP.')
66 CALL QUIT('Illegal keyword in DFTINP.')
218 & CALL QUIT('ERROR: DFT-D2 Func. Dep. Paras. Unknown')
227 & CALL QUIT('ERROR: DFT-D3 Func. Dep. Paras. Unknown')
231 CALL QUIT('ERROR: 3-BODY CORR. APPLY ONLY FOR DFT-D3')
301 CALL QUIT('ERROR: Unrecognised AC Interp')
309 CALL QUIT('ERROR: Unrecognised AC potential')
349 CALL QUIT('ERROR: Multipole AC not permitted with GRAC')

12345678910>>...169