Home
last modified time | relevance | path

Searched refs:oselect (Results 1 – 20 of 20) sorted by relevance

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/stepper/
H A Dstpr_face.F33 logical oselect, osetmass
73 oselect = .false.
79 & swsec,track,rpath,setm,oselect,osetmass,nmode,rconvg,rstd,
82 if (oselect) then
490 & swsec,track,rpath,setm,oselect,osetmass,nmode,rconvg, rstd,
501 logical rpath, setm, oselect, osetmass
533 log_mb((klog + 12)) = oselect
589 & swsec,track,rpath,setm,oselect,osetmass,nmode,rconvg, rstd,
600 logical rpath, setm, oselect, osetmass
677 oselect = log_mb((klog + 12))
H A Dstepper_inp.F57 logical oselect, osetmass
66 oselect = .false.
173 oselect = FT
242 & swsec,track,rpath,setm,oselect,osetmass,nmode,rconvg, rstd,
/dports/science/nwchem-data/nwchem-7.0.2-release/src/stepper/
H A Dstpr_face.F33 logical oselect, osetmass
73 oselect = .false.
79 & swsec,track,rpath,setm,oselect,osetmass,nmode,rconvg,rstd,
82 if (oselect) then
490 & swsec,track,rpath,setm,oselect,osetmass,nmode,rconvg, rstd,
501 logical rpath, setm, oselect, osetmass
533 log_mb((klog + 12)) = oselect
589 & swsec,track,rpath,setm,oselect,osetmass,nmode,rconvg, rstd,
600 logical rpath, setm, oselect, osetmass
677 oselect = log_mb((klog + 12))
H A Dstepper_inp.F57 logical oselect, osetmass
66 oselect = .false.
173 oselect = FT
242 & swsec,track,rpath,setm,oselect,osetmass,nmode,rconvg, rstd,
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dweapon.c419 oselect(mtmp, x) in oselect() function
503 if ((otmp = oselect(mtmp, pwep[i])) != 0) {
545 propellor = (oselect(mtmp, YUMI));
549 if (!propellor) propellor = (oselect(mtmp, BOW));
553 propellor = (oselect(mtmp, SLING));
556 propellor = (oselect(mtmp, CROSSBOW));
560 propellor = (oselect(mtmp, HEAVY_MACHINE_GUN));
564 if (!propellor) propellor = (oselect(mtmp, RIFLE));
567 propellor = (oselect(mtmp, AUTO_SHOTGUN));
570 propellor = (oselect(mtmp, ROCKET_LAUNCHER));
[all …]
/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonMS20.c85 static int oselect; variable
785 oselect = o; in ms20IOSelect()
787 oselect = -1; in ms20IOSelect()
804 if (oselect >= 0) { in ms20IOSelect()
815 hold = oselect; in ms20IOSelect()
819 oselect = hold; in ms20IOSelect()
823 synth->mem.param[OUTPUT_START + oselect] = o; in ms20IOSelect()
824 links[oselect].input = o; in ms20IOSelect()
838 links[oselect].id = in ms20IOSelect()
839 brightonParamChange(synth->win, 0, OUTPUT_START + oselect, in ms20IOSelect()
[all …]
H A DbrightonArp2600.c54 static int oselect; variable
848 links[oselect].id = in arp2600LoadMemory()
865 oselect = -1; in arp2600LoadMemory()
1124 oselect = o; in arp2600IOSelect()
1126 oselect = -1; in arp2600IOSelect()
1143 if (oselect >= 0) { in arp2600IOSelect()
1154 hold = oselect; in arp2600IOSelect()
1158 oselect = hold; in arp2600IOSelect()
1163 links[oselect].input = o; in arp2600IOSelect()
1178 links[oselect].id = in arp2600IOSelect()
[all …]
/dports/games/nethack33/nethack-3.3.1/src/
H A Dweapon.c322 STATIC_DCL struct obj *FDECL(oselect, (struct monst *,int));
323 #define Oselect(x) if ((otmp = oselect(mtmp, x)) != 0) return(otmp);
326 oselect(mtmp, x) in oselect() function
395 if ((otmp = oselect(mtmp, pwep[i])) != 0) {
429 propellor = (oselect(mtmp, YUMI));
430 if (!propellor) propellor = (oselect(mtmp, ELVEN_BOW));
431 if (!propellor) propellor = (oselect(mtmp, BOW));
432 if (!propellor) propellor = (oselect(mtmp, ORCISH_BOW));
435 propellor = (oselect(mtmp, SLING));
438 propellor = (oselect(mtmp, CROSSBOW));
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dweapon.c322 STATIC_DCL struct obj *FDECL(oselect, (struct monst *,int));
323 #define Oselect(x) if ((otmp = oselect(mtmp, x)) != 0) return(otmp);
326 oselect(mtmp, x) in oselect() function
395 if ((otmp = oselect(mtmp, pwep[i])) != 0) {
429 propellor = (oselect(mtmp, YUMI));
430 if (!propellor) propellor = (oselect(mtmp, ELVEN_BOW));
431 if (!propellor) propellor = (oselect(mtmp, BOW));
432 if (!propellor) propellor = (oselect(mtmp, ORCISH_BOW));
435 propellor = (oselect(mtmp, SLING));
438 propellor = (oselect(mtmp, CROSSBOW));
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dweapon.c322 STATIC_DCL struct obj *FDECL(oselect, (struct monst *,int));
323 #define Oselect(x) if ((otmp = oselect(mtmp, x)) != 0) return(otmp);
326 oselect(mtmp, x) in oselect() function
395 if ((otmp = oselect(mtmp, pwep[i])) != 0) {
429 propellor = (oselect(mtmp, YUMI));
430 if (!propellor) propellor = (oselect(mtmp, ELVEN_BOW));
431 if (!propellor) propellor = (oselect(mtmp, BOW));
432 if (!propellor) propellor = (oselect(mtmp, ORCISH_BOW));
435 propellor = (oselect(mtmp, SLING));
438 propellor = (oselect(mtmp, CROSSBOW));
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Dweapon.c320 STATIC_DCL struct obj *FDECL(oselect, (struct monst *,int));
321 #define Oselect(x) if ((otmp = oselect(mtmp, x)) != 0) return(otmp);
324 oselect(mtmp, x) in oselect() function
393 if ((otmp = oselect(mtmp, pwep[i])) != 0) {
427 propellor = (oselect(mtmp, YUMI));
428 if (!propellor) propellor = (oselect(mtmp, ELVEN_BOW));
429 if (!propellor) propellor = (oselect(mtmp, BOW));
430 if (!propellor) propellor = (oselect(mtmp, ORCISH_BOW));
433 propellor = (oselect(mtmp, SLING));
436 propellor = (oselect(mtmp, CROSSBOW));
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dweapon.c320 STATIC_DCL struct obj *FDECL(oselect, (struct monst *,int));
321 #define Oselect(x) if ((otmp = oselect(mtmp, x)) != 0) return(otmp);
324 oselect(mtmp, x) in oselect() function
393 if ((otmp = oselect(mtmp, pwep[i])) != 0) {
427 propellor = (oselect(mtmp, YUMI));
428 if (!propellor) propellor = (oselect(mtmp, ELVEN_BOW));
429 if (!propellor) propellor = (oselect(mtmp, BOW));
430 if (!propellor) propellor = (oselect(mtmp, ORCISH_BOW));
433 propellor = (oselect(mtmp, SLING));
436 propellor = (oselect(mtmp, CROSSBOW));
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dweapon.c328 STATIC_DCL struct obj *FDECL(oselect, (struct monst *,int));
329 #define Oselect(x) if ((otmp = oselect(mtmp, x)) != 0) return(otmp);
332 oselect(mtmp, x) in oselect() function
401 if ((otmp = oselect(mtmp, pwep[i])) != 0) {
435 propellor = (oselect(mtmp, YUMI));
436 if (!propellor) propellor = (oselect(mtmp, ELVEN_BOW));
437 if (!propellor) propellor = (oselect(mtmp, BOW));
438 if (!propellor) propellor = (oselect(mtmp, ORCISH_BOW));
441 propellor = (oselect(mtmp, SLING));
444 propellor = (oselect(mtmp, CROSSBOW));
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dweapon.c305 STATIC_DCL struct obj *FDECL(oselect, (struct monst *,int));
306 #define Oselect(x) if ((otmp = oselect(mtmp, x)) != 0) return(otmp);
309 oselect(mtmp, x) in oselect() function
378 if ((otmp = oselect(mtmp, pwep[i])) != 0) {
412 propellor = (oselect(mtmp, YUMI));
413 if (!propellor) propellor = (oselect(mtmp, ELVEN_BOW));
414 if (!propellor) propellor = (oselect(mtmp, BOW));
415 if (!propellor) propellor = (oselect(mtmp, ORCISH_BOW));
418 propellor = (oselect(mtmp, SLING));
421 propellor = (oselect(mtmp, CROSSBOW));
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dweapon.c326 STATIC_DCL struct obj *FDECL(oselect, (struct monst *,int));
327 #define Oselect(x) if ((otmp = oselect(mtmp, x)) != 0) return(otmp);
330 oselect(mtmp, x) in oselect() function
399 if ((otmp = oselect(mtmp, pwep[i])) != 0) {
433 propellor = (oselect(mtmp, YUMI));
434 if (!propellor) propellor = (oselect(mtmp, ELVEN_BOW));
435 if (!propellor) propellor = (oselect(mtmp, BOW));
436 if (!propellor) propellor = (oselect(mtmp, ORCISH_BOW));
439 propellor = (oselect(mtmp, SLING));
442 propellor = (oselect(mtmp, CROSSBOW));
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dweapon.c464 STATIC_DCL struct obj *FDECL(oselect, (struct monst *, int));
466 if ((otmp = oselect(mtmp, x)) != 0) \
470 oselect(mtmp, x) in oselect() function
546 if ((otmp = oselect(mtmp, pwep[i])) != 0
581 propellor = oselect(mtmp, YUMI);
583 propellor = oselect(mtmp, ELVEN_BOW);
585 propellor = oselect(mtmp, BOW);
587 propellor = oselect(mtmp, ORCISH_BOW);
590 propellor = oselect(mtmp, SLING);
593 propellor = oselect(mtmp, CROSSBOW);
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dweapon.c464 STATIC_DCL struct obj *FDECL(oselect, (struct monst *, int));
466 if ((otmp = oselect(mtmp, x)) != 0) \
470 oselect(mtmp, x) in oselect() function
546 if ((otmp = oselect(mtmp, pwep[i])) != 0
581 propellor = oselect(mtmp, YUMI);
583 propellor = oselect(mtmp, ELVEN_BOW);
585 propellor = oselect(mtmp, BOW);
587 propellor = oselect(mtmp, ORCISH_BOW);
590 propellor = oselect(mtmp, SLING);
593 propellor = oselect(mtmp, CROSSBOW);
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dweapon.c610 static struct obj *oselect(struct monst *, int, boolean);
612 if ((otmp = oselect(mtmp, x, missile)) != 0) \
616 oselect(struct monst *mtmp, int otyp, boolean missile) in oselect() function
683 if ((otmp = oselect(mtmp, pwep[i], FALSE)) != 0 in select_rwep()
719 g.propellor = oselect(mtmp, YUMI, FALSE); in select_rwep()
721 g.propellor = oselect(mtmp, ELVEN_BOW, FALSE); in select_rwep()
723 g.propellor = oselect(mtmp, BOW, FALSE); in select_rwep()
725 g.propellor = oselect(mtmp, ORCISH_BOW, FALSE); in select_rwep()
728 g.propellor = oselect(mtmp, SLING, FALSE); in select_rwep()
731 g.propellor = oselect(mtmp, CROSSBOW, FALSE); in select_rwep()
[all …]
/dports/textproc/halibut/halibut-1.2/charset/
H A Diso2022.c809 static void oselect(charset_state *state, int i, int right, in oselect() function
1020 oselect(state, i, FALSE, NULL, NULL); in write_iso2022()
1024 oselect(state, i, TRUE, NULL, NULL); in write_iso2022()
1039 oselect(state, i, FALSE, emit, emitctx); in write_iso2022()
1043 oselect(state, i, TRUE, emit, emitctx); in write_iso2022()
1135 oselect(state, i, right, emit, emitctx); in write_iso2022()
/dports/math/fricas/fricas-1.3.7/pre-generated/target/algebra/
H A Dlibdb.text9419 oselect`2`n`(_$,NonNegativeInteger)->S`dTuple(S)``1132611
9420 oselect`2`n`((P)->Boolean,S)->S`xTriangularSetCategory&(S,R,E,V,P)``0
9421 oselect`2`n`((S)->Boolean,A)->A`xCollection&(A,S)``0
9422 oselect!`2`n`((S)->Boolean,A)->A`xDictionary&(A,S)``0
9423 oselect`2`n`((S)->Boolean,A)->A`xExtensibleLinearAggregate&(A,S)``0
9424 oselect!`2`n`((S)->Boolean,A)->A`xListAggregate&(A,S)``0
9425 oselect`2`n`(S,V)->Union(P,"failed")`xTriangularSetCategory&(S,R,E,V,P)``0
9428 oselect!`2`x`((S)->Boolean,_$)->_$`cExtensibleLinearAggregate(S)``1133030
9429 oselect`2`x`((S)->Boolean,_$)->_$`cLazyStreamAggregate(S)``1133146
9430 oselect`2`x`((S)->Boolean,_$)->_$`dInfiniteTuple(S)``1133325
[all …]