Home
last modified time | relevance | path

Searched refs:condFail (Results 1 – 8 of 8) sorted by relevance

/dports/devel/asmx/asmx-1.8.2_2/
H A Dasmguts.h3908 condFail = condLevel - 1; in DoLabelOp()
3911 condFail = condLevel; in DoLabelOp()
3949 condFail = condLevel - 1; in DoLabelOp()
3962 condFail = condLevel; in DoLabelOp()
4169 if (condLevel > condFail) in DoLine()
4185 if (condLevel == condFail+1) in DoLine()
4196 condFail++; in DoLine()
4202 if (condLevel == condFail+1) in DoLine()
4212 condFail++; in DoLine()
4219 if (condLevel == condFail) in DoLine()
[all …]
/dports/textproc/jade/jade-1.2.1/style/
H A DInterpreterMessages.h150 static const MessageType0 condFail; member
H A DInterpreterMessages.msg69 E0+condFail++no clause in cond expression matched
H A DInterpreterMessages.cxx822 const MessageType0 InterpreterMessages::condFail( member in SP_NAMESPACE::InterpreterMessages
H A DInsn.cxx218 vm.interp->message(InterpreterMessages::condFail); in execute()
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/amethyst/src/
H A Dprocessor.cpp274 bool condFail = true; in parseAt() local
291 condFail = (tok && (_macros.find(tok->token()) != 0) != isDefined); in parseAt()
292 if (condFail) in parseAt()
325 if (!condFail) in parseAt()
342 if (!condFail) in parseAt()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInterpreterMessages.msg70 E0+condFail++no clause in cond expression matched
H A DInsn.cxx220 vm.interp->message(InterpreterMessages::condFail); in InheritedC()