Home
last modified time | relevance | path

Searched refs:setit (Results 1 – 25 of 117) sorted by relevance

12345

/dports/x11-toolkits/xforms/xforms-1.2.4/demos/
H A Dobjinactive.c60 setit( FL_OBJECT * obj, in setit() function
85 setit( button1, b1 ); in doit()
86 setit( button2, b2 ); in doit()
87 setit( button3, b3 ); in doit()
88 setit( button4, b4 ); in doit()
/dports/games/xgalaga++/xgalaga++-0.9/
H A Dhighscore.cc109 for (std::multiset<HighScore>::const_iterator setit (coordit->second.begin()); in Save() local
110 setit != coordit->second.end(); ++setit) { in Save()
113 << setit->Date() << ' ' in Save()
114 << setit->Value() << ' ' in Save()
117 << setit->Name() << '\n'; in Save()
/dports/lang/fpc-source/fpc-3.2.2/packages/xforms/examples/
H A Dobjinactive.pp24 Procedure setit(obj : PFL_OBJECT; val : longint);
41 setit (obj,val)
47 setit(button1,b1);
48 setit(button2,b2);
49 setit(button3,b3);
50 setit(button4,b4);
/dports/x11-toolkits/fpc-xforms/fpc-3.2.2/packages/xforms/examples/
H A Dobjinactive.pp24 Procedure setit(obj : PFL_OBJECT; val : longint);
41 setit (obj,val)
47 setit(button1,b1);
48 setit(button2,b2);
49 setit(button3,b3);
50 setit(button4,b4);
/dports/lang/fpc-source/fpc-3.2.2/tests/test/jvm/
H A Dtprop.pp13 procedure setit(l: longint);
15 property value: longint read getit write setit;
31 procedure tc.setit(l: longint);
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DToggleNode.C104 boolean ToggleNode::setToggle(boolean setit, boolean send) in setToggle() argument
106 return this->setTheToggle(setit,(send ? SEND_NOW : NO_SEND)); in setToggle()
108 boolean ToggleNode::setToggleQuietly(boolean setit) in setToggleQuietly() argument
110 return this->setTheToggle(setit,SEND_QUIET); in setToggleQuietly()
120 boolean ToggleNode::setTheToggle(boolean setit, int how) in setTheToggle() argument
125 if (setit) in setTheToggle()
142 this->is_set = setit; in setTheToggle()
143 r = this->setInputValue(ISSET_PARAM_NUM, setit?"1":"0", in setTheToggle()
H A DToggleNode.h60 boolean setTheToggle(boolean setit, int how);
90 boolean setToggle(boolean setit, boolean send);
91 boolean setToggleQuietly(boolean setit);
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Diokeywds.c40 int k, stmt_flag=0, type_flag, setit,useit; local
136 setit = TRUE;
141 setit = TRUE;
147 setit = io_keywords[k].implies_set;
269 if(setit) {
277 else if(setit) { /* if value is set, must be an lvalue */
/dports/mail/elm/elm2.5.8/src/
H A Ddelete.c58 setit(aliases[curr_alias-1]->status, DELETED);
60 setit(hdr->status, DELETED);
69 setit(aliases[curr_alias-1]->status, DELETED);
73 setit(hdr->status, DELETED);
H A Dchstatus.c296 setit(hdr->status, NEW); in ch_status()
297 setit(hdr->status, UNREAD); in ch_status()
301 setit(hdr->status, UNREAD); in ch_status()
310 setit(hdr->status, REPLIED_TO); in ch_status()
/dports/devel/z88dk/z88dk/libsrc/target/abc80/graphics/
H A Dpointxy.asm41 jr setit
43 .setit jr c,doret
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dfunction-redecl.cpp95 …void setit(int); // expected-note {{member declaration does not match because it is not const qual…
102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit() function in TestConst

12345