Home
last modified time | relevance | path

Searched refs:E_NONE (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/games/openjazz/openjazz-20190106/src/menu/
H A Dsetupmenu.cpp89 return E_NONE; in setupKeyboard()
128 return E_NONE; in setupKeyboard()
175 return E_NONE; in setupJoystick()
205 return E_NONE; in setupJoystick()
235 return E_NONE; in setupJoystick()
279 return E_NONE; in setupJoystick()
415 return E_NONE; in setupResolution()
487 return E_NONE; in setupScaling()
571 return E_NONE; in setupSound()
636 if (ret == E_NONE) in setupMain()
[all …]
H A Dgamemenu.cpp186 return E_NONE; in playNewGame()
211 if (controls.release(C_ESCAPE)) return E_NONE; in newGameDifficulty()
263 return E_NONE; in newGameDifficulty()
313 if (controls.release(C_ESCAPE)) return E_NONE; in loadGame()
374 return E_NONE; in loadGame()
393 ret = E_NONE; in newGameLevel()
448 return E_NONE; in selectEpisode()
581 return E_NONE; in newGameEpisode()
686 return E_NONE; in joinGame()
713 if (ret < 0) return E_NONE; in newGame()
[all …]
H A Dmenu.cpp74 return E_NONE; in message()
85 return E_NONE; in message()
119 return E_NONE; in generic()
138 return E_NONE; in generic()
165 return E_NONE; in generic()
291 return E_NONE; in textInput()
/dports/games/avanor/avanor-0.5.8/item/
H A Dxpotion.cpp98 {PN_WATER, "water", E_NONE, 100, 1, 1, POTION_REC::SelectColor(PNC_CLEAR), 0},
110 {PN_GAIN_MANA, "mana", E_NONE, 10, 4, 1000,POTION_REC::SelectColor(), 0},
113 {PN_POISON, "poison", E_NONE, 150, 1, 5, POTION_REC::SelectColor(), 0},
115 {PN_BLEEDNESS, "bleeding", E_NONE, 300, 1, 1, POTION_REC::SelectColor(), 0},
116 {PN_DISEASE, "disease", E_NONE, 200, 1, 1, POTION_REC::SelectColor(), 0},
120 {PN_WEAKNESS, "weakness", E_NONE, 70, 1, 5, POTION_REC::SelectColor(), 0},
121 {PN_CLUMSINESS, "clumsiness", E_NONE, 70, 1, 5, POTION_REC::SelectColor(), 0},
122 {PN_DEATH, "death", E_NONE, 1, 2, 5, POTION_REC::SelectColor(), 0},
123 {PN_SATIATION, "satiation", E_NONE, 50, 2, 15, POTION_REC::SelectColor(), 0},
126 {PN_SLOWNESS, "slowness", E_NONE, 150, 1, 2, POTION_REC::SelectColor(), 0},
[all …]
/dports/net/lambdamoo/MOO-1.8.1/
H A Dproperty.c143 return E_NONE; in validate_prop_info()
160 if (e != E_NONE) in set_prop_info()
180 return E_NONE; in set_prop_info()
192 if (e == E_NONE) in bf_set_prop_info()
222 if (e == E_NONE) in bf_add_prop()
233 enum error e = E_NONE; in bf_delete_prop()
243 if (e == E_NONE) in bf_delete_prop()
272 e = E_NONE; in bf_clear_prop()
277 if (e == E_NONE) in bf_clear_prop()
303 e = E_NONE; in bf_is_clear_prop()
[all …]
H A Dverbs.c122 return E_NONE; in validate_verb_info()
170 return E_NONE; in validate_verb_args()
200 if (e == E_NONE) in bf_add_verb()
210 return E_NONE; in validate_verb_descriptor()
216 return E_NONE; in validate_verb_descriptor()
253 if (e == E_NONE) in bf_delete_verb()
270 if ((e = validate_verb_descriptor(desc)) != E_NONE in bf_verb_info()
322 if (e != E_NONE) { in bf_set_verb_info()
371 if ((e = validate_verb_descriptor(desc)) != E_NONE in bf_verb_args()
413 if (e != E_NONE) { in bf_set_verb_args()
[all …]
H A Dobjects.c76 if (e == E_NONE) in do_move()
111 if (e == E_NONE) in do_move()
127 if (e == E_NONE) in do_move()
198 if (e != E_NONE) in bf_toobj()
273 if (e == E_NONE) in bf_create()
406 if (e == E_NONE) in move_to_nothing()
456 if (e == E_NONE) in bf_recycle()
/dports/games/openjazz/openjazz-20190106/src/jj1planet/
H A Djj1planet.cpp73 throw E_NONE; in JJ1Planet()
146 if (controls.release(C_ESCAPE) || controls.wasCursorReleased()) return E_NONE; in play()
158 else return E_NONE; in play()
165 return E_NONE; in play()
/dports/x11-wm/sway/sway-1.5.1/sway/commands/
H A Dhide_edge_borders.c27 config->hide_edge_borders = E_NONE; in cmd_hide_edge_borders()
35 config->hide_edge_borders = E_NONE; in cmd_hide_edge_borders()
38 config->hide_edge_borders = E_NONE; in cmd_hide_edge_borders()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/app/
H A DAppSwapWindow.cxx41 ,m_eLastType(E_NONE) in OApplicationSwapWindow()
131 return pEntry ? *static_cast<ElementType*>(pEntry->GetUserData()) : E_NONE; in getElementType()
141 if ( _eType != E_NONE ) in onContainerSelected()
153 ElementType eType = E_NONE; in IMPL_LINK()
/dports/games/openjazz/openjazz-20190106/src/jj1level/
H A Djj1demolevel.cpp130 if (controls.release(C_ESCAPE) || controls.release(C_ENTER)) return E_NONE; in play()
143 if (macroPoint & 128) return E_NONE; in play()
199 return E_NONE; in play()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/app/
H A DAppSwapWindow.cxx40 , m_eLastType(E_NONE) in OApplicationSwapWindow()
72 onContainerSelected(E_NONE); in clearSelection()
101 if (_eType != E_NONE) in onContainerSelected()
/dports/games/openjazz/openjazz-20190106/src/
H A Dmain.cpp420 return E_NONE;
443 return E_NONE;
467 return E_NONE;
511 if (ret != E_NONE) return ret;
544 return E_NONE;
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/metadata/
H A Dsampler.cpp675 E_NONE,
693 E_NONE,
711 E_NONE,
729 E_NONE,
747 E_NONE,
765 E_NONE,
783 E_NONE,
801 E_NONE,
H A Dprofiler.cpp142 E_NONE,
160 E_NONE,
H A Dimpulse_responses.cpp165 E_NONE,
183 E_NONE,
H A Dimpulse_reverb.cpp205 E_NONE,
223 E_NONE,
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A DAppElementType.hxx33 E_NONE = 4, enumerator
34 E_ELEMENT_TYPE_COUNT = E_NONE
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A DAppElementType.hxx34 E_NONE = 4, enumerator
35 E_ELEMENT_TYPE_COUNT = E_NONE
/dports/games/openjazz/openjazz-20190106/src/game/
H A Dlocalgame.cpp93 return E_NONE; in setLevel()
127 return E_NONE; in step()
H A Dgame.cpp352 if (!levelFile) return E_NONE; in play()
388 if (!localPlayer->getLives()) return E_NONE; in play()
399 return E_NONE; in play()
H A Dservergame.cpp147 return E_NONE; in setLevel()
174 if (levelType != LT_JJ1) return E_NONE; in setLevel()
183 return E_NONE; in setLevel()
502 return E_NONE; in step()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dtranscoder.c72 case E_NONE: Sg_PutuzUnsafe(port, UC("none")); break; in transcoder_print()
170 if (tran->eolStyle == E_NONE) { in Sg_TranscoderGetc()
221 if (tran->eolStyle == E_NONE) { in resolve_eol()
345 case E_NONE: in Sg_TranscoderPutc()
395 if (tran->eolStyle != E_NONE) { in Sg_TranscoderWrite()
408 case E_NONE: in Sg_TranscoderWrite()
/dports/lang/mosh/mosh-0.2.7/src/
H A DTranscoder.cpp157 if (eolStyle_ == EolStyle(E_NONE)) { in putChar()
170 case EolStyle(E_NONE): in putChar()
231 if (eolStyle_ == EolStyle(E_NONE)) { in getChar()
288 result = EolStyle(E_NONE); in validateEolStyle()
/dports/games/openjazz/openjazz-20190106/src/jj1bonuslevel/
H A Djj1bonuslevel.cpp122 return E_NONE; in loadSprites()
191 return E_NONE; in loadTiles()
256 if (x != E_NONE) throw x; in JJ1BonusLevel()
563 return E_NONE; in step()
825 return E_NONE; in play()

12345678910>>...16