Home
last modified time | relevance | path

Searched refs:ID_SUB (Results 1 – 22 of 22) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/CBotInstr/
H A DCBotExprUnaire.cpp47 if (!IsOfTypeList( p, ID_ADD, ID_SUB, ID_LOG_NOT, ID_TXT_NOT, ID_NOT, 0 )) return nullptr; in Compile()
63 if (op == ID_SUB && pStk->GetType() < CBotTypBoolean) // only with the numer in Compile()
99 case ID_SUB: in Execute()
H A DCBotTwoOpExpr.cpp103 INTEGER | FLOAT, ID_SUB,
445 case ID_SUB: in Execute()
/dports/graphics/Coin/coin-Coin-4.0.0/src/engines/
H A Devaluator.h116 ID_SUB, enumerator
H A Devaluator.y144 | fltstatement '-' fltstatement { $$ = so_eval_create_binary(ID_SUB, $1, $3); }
H A Devaluator.c206 case ID_SUB: in so_eval_traverse()
H A Devaluator_tab.c1696 …{ (yyval.node) = so_eval_create_binary(ID_SUB, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); }
/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Ddtd.cpp301 ID_SUB,
500 case ID_SUB: in checkChild()
H A Dhtml_elementimpl.cpp98 case ID_SUB: in isInline()
H A Dhtmlparser.cpp1250 case ID_SUB: in getElement()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/
H A DCBotEnums.h136 ID_SUB, enumerator
H A DCBotToken.cpp97 {ID_SUB, "-"},
/dports/x11-toolkits/fox14/fox-1.4.35/calculator/
H A DCalculator.h294 ID_SUB, enumerator
H A DCalculator.cpp148 FXMAPFUNC(SEL_COMMAND,Calculator::ID_SUB,Calculator::onCmdSub),
292 …operators[8]=new FXButton(mainblock,"-",NULL,this,ID_SUB,BUTTON_NORMAL|LAYOUT_FILL_COLUMN|LAYOUT_F… in Calculator()
/dports/x11-toolkits/fox17/fox-1.7.77/calculator/
H A DCalculator.h301 ID_SUB, enumerator
H A DCalculator.cpp148 FXMAPFUNC(SEL_COMMAND,Calculator::ID_SUB,Calculator::onCmdSub),
292 …operators[8]=new FXButton(mainblock,"-",NULL,this,ID_SUB,BUTTON_NORMAL|LAYOUT_FILL_COLUMN|LAYOUT_F… in Calculator()
/dports/x11-toolkits/fox16/fox-1.6.57/calculator/
H A DCalculator.h294 ID_SUB, enumerator
H A DCalculator.cpp148 FXMAPFUNC(SEL_COMMAND,Calculator::ID_SUB,Calculator::onCmdSub),
292 …operators[8]=new FXButton(mainblock,"-",NULL,this,ID_SUB,BUTTON_NORMAL|LAYOUT_FILL_COLUMN|LAYOUT_F… in Calculator()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h151 #define ID_SUB 91 macro
H A Dhtmlnames.cpp123 s_idTable->addStaticMapping(localNamePart(ID_SUB), "sub"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.cpp1179 case ID_SUB: in createHTMLElement()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine.c199 #define ID_SUB "sub" macro
4099 {ID_SUB, element_parse_sub},
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtmlview.cpp2762 case ID_SUB: in getElementText()