Home
last modified time | relevance | path

Searched refs:nargs (Results 1 – 25 of 7040) sorted by relevance

12345678910>>...282

/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo-builtins.h31 void b_abs(int nargs);
32 void b_atan(int nargs);
33 void b_cos(int nargs);
34 void b_exp(int nargs);
37 void b_log(int nargs);
38 void b_pi(int nargs);
41 void b_sin(int nargs);
43 void b_tan(int nargs);
52 void b_add(int nargs);
70 void b_max(int nargs);
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/xlibs/
H A Dorthoplayxobj.cpp147 g_lingo->dropStack(nargs); in m_setSerialPort()
153 g_lingo->dropStack(nargs); in m_setInitViaDlog()
159 g_lingo->dropStack(nargs); in m_getInitInfo()
165 g_lingo->dropStack(nargs); in m_setInitInfo()
171 g_lingo->dropStack(nargs); in m_getMaxDevices()
177 g_lingo->dropStack(nargs); in m_getDeviceTitle()
183 g_lingo->dropStack(nargs); in m_setDevice()
189 g_lingo->dropStack(nargs); in m_selectDevice()
195 g_lingo->dropStack(nargs); in m_getDevice()
201 g_lingo->dropStack(nargs); in m_service()
[all …]
H A Dorthoplayxobj.h41 void m_new(int nargs);
51 void m_service(int nargs);
53 void m_cancel(int nargs);
54 void m_explain(int nargs);
55 void m_idle(int nargs);
59 void m_play(int nargs);
60 void m_still(int nargs);
61 void m_stop(int nargs);
66 void m_rewind(int nargs);
70 void m_record(int nargs);
[all …]
H A Dcdromxobj.cpp174 g_lingo->dropStack(nargs); in m_new()
180 g_lingo->dropStack(nargs); in m_name()
186 g_lingo->dropStack(nargs); in m_play()
192 g_lingo->dropStack(nargs); in m_playTrack()
198 g_lingo->dropStack(nargs); in m_playName()
204 g_lingo->dropStack(nargs); in m_playAbsTime()
210 g_lingo->dropStack(nargs); in m_playSegment()
216 g_lingo->dropStack(nargs); in m_askPlay()
222 g_lingo->dropStack(nargs); in m_stepFwd()
228 g_lingo->dropStack(nargs); in m_stepBwd()
[all …]
H A Dvideodiscxobj.cpp168 g_lingo->dropStack(nargs); in m_new()
174 g_lingo->dropStack(nargs); in m_name()
180 g_lingo->dropStack(nargs); in m_player()
186 g_lingo->dropStack(nargs); in m_play()
192 g_lingo->dropStack(nargs); in m_playRev()
198 g_lingo->dropStack(nargs); in m_fastFwd()
204 g_lingo->dropStack(nargs); in m_fastRev()
210 g_lingo->dropStack(nargs); in m_slowFwd()
216 g_lingo->dropStack(nargs); in m_slowRev()
222 g_lingo->dropStack(nargs); in m_stepFwd()
[all …]
H A Dcdromxobj.h41 void m_new(int nargs);
42 void m_name(int nargs);
43 void m_play(int nargs);
48 void m_askPlay(int nargs);
49 void m_stepFwd(int nargs);
50 void m_stepBwd(int nargs);
51 void m_pause(int nargs);
53 void m_stop(int nargs);
57 void m_eject(int nargs);
58 void m_status(int nargs);
[all …]
H A Dpopupmenuxobj.cpp96 g_lingo->dropStack(nargs); in m_new()
102 g_lingo->dropStack(nargs); in m_appendMenu()
107 g_lingo->dropStack(nargs); in m_disableItem()
112 g_lingo->dropStack(nargs); in m_enableItem()
117 g_lingo->dropStack(nargs); in m_getItem()
123 g_lingo->dropStack(nargs); in m_getMenuID()
129 g_lingo->dropStack(nargs); in m_popNum()
135 g_lingo->dropStack(nargs); in m_popText()
141 g_lingo->dropStack(nargs); in m_setItem()
146 g_lingo->dropStack(nargs); in m_setItemMark()
[all …]
H A Dvideodiscxobj.h41 void m_new(int nargs);
42 void m_name(int nargs);
43 void m_player(int nargs);
44 void m_play(int nargs);
45 void m_playRev(int nargs);
46 void m_fastFwd(int nargs);
55 void m_pause(int nargs);
56 void m_stop(int nargs);
57 void m_eject(int nargs);
62 void m_clear(int nargs);
[all …]
H A Dserialportxobj.cpp82 g_lingo->dropStack(nargs); in m_new()
88 g_lingo->dropStack(nargs); in m_getPortNum()
94 g_lingo->dropStack(nargs); in m_writeString()
100 g_lingo->dropStack(nargs); in m_writeChar()
106 g_lingo->dropStack(nargs); in m_readString()
112 g_lingo->dropStack(nargs); in m_readChar()
118 g_lingo->dropStack(nargs); in m_readCount()
124 g_lingo->dropStack(nargs); in m_readFlush()
130 g_lingo->dropStack(nargs); in m_configChan()
136 g_lingo->dropStack(nargs); in m_hShakeChan()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/director/lingo/
H A Dlingo.h138 int nargs; member
316 void dropStack(int nargs);
319 static void b_abs(int nargs);
321 static void b_cos(int nargs);
322 static void b_exp(int nargs);
325 static void b_log(int nargs);
326 static void b_pi(int nargs);
329 static void b_sin(int nargs);
331 static void b_tan(int nargs);
419 static void b_do(int nargs);
[all …]
H A Dlingo-builtins.cpp380 if (i != nargs - 1) in printSTUBWithArglist()
600 if (nargs == 3) { in b_offset()
601 b_offsetRect(nargs); in b_offset()
633 g_lingo->dropStack(nargs); in b_add()
638 g_lingo->dropStack(nargs); in b_addAt()
643 g_lingo->dropStack(nargs); in b_addProp()
891 b_quit(nargs); in b_halt()
960 b_quit(nargs); in b_restart()
966 b_quit(nargs); in b_shutDown()
1500 drop(nargs - 1); in factoryCall()
[all …]
/dports/devel/vstr/vstr-1.0.15/examples/tst/
H A Dtst_httpd_none.pl19 $nargs .= "--virtual-hosts=true ";
20 $nargs .= "--keep-alive=false ";
21 $nargs .= "--range=false ";
23 $nargs .= "--error-406=false ";
24 $nargs .= "--defer-accept=1 ";
25 $nargs .= "--max-connections=32 ";
26 $nargs .= "--max-header-sz=2048 ";
27 $nargs .= "--nagle=true ";
28 $nargs .= "--host=127.0.0.2 ";
29 $nargs .= "--idle-timeout=16 ";
[all …]
/dports/graphics/xgrasp/xgrasp-1.7d_2/
H A Dexec.c394 f_box(ex, ip, nargs) in f_box() argument
405 switch (nargs) {
438 switch (nargs) {
463 switch (nargs) {
497 switch (nargs) {
533 switch (nargs) {
564 switch (nargs){
611 switch (nargs) {
657 switch (nargs) {
1509 f_if(ex, ip, nargs) in f_if() argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc30 A() : nargs(0) { } in A()
31 A(float&) : nargs(1) { } in A()
39 const int nargs; member
51 B() : nargs(0) { } in B()
52 B(float&) : nargs(1) { } in B()
62 : nargs(b.nargs), alloc_id(a.get_personality()) { } in B()
73 const int nargs; member
79 C() : nargs(0) { } in C()
80 C(float&) : nargs(1) { } in C()
90 : nargs(c.nargs), alloc_id(a.get_personality()) { } in C()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc30 A() : nargs(0) { } in A()
31 A(float&) : nargs(1) { } in A()
39 const int nargs; member
51 B() : nargs(0) { } in B()
52 B(float&) : nargs(1) { } in B()
62 : nargs(b.nargs), alloc_id(a.get_personality()) { } in B()
73 const int nargs; member
79 C() : nargs(0) { } in C()
80 C(float&) : nargs(1) { } in C()
90 : nargs(c.nargs), alloc_id(a.get_personality()) { } in C()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc30 A() : nargs(0) { } in A()
31 A(float&) : nargs(1) { } in A()
39 const int nargs; member
51 B() : nargs(0) { } in B()
52 B(float&) : nargs(1) { } in B()
62 : nargs(b.nargs), alloc_id(a.get_personality()) { } in B()
73 const int nargs; member
79 C() : nargs(0) { } in C()
80 C(float&) : nargs(1) { } in C()
90 : nargs(c.nargs), alloc_id(a.get_personality()) { } in C()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc30 A() : nargs(0) { } in A()
31 A(float&) : nargs(1) { } in A()
39 const int nargs; member
51 B() : nargs(0) { } in B()
52 B(float&) : nargs(1) { } in B()
62 : nargs(b.nargs), alloc_id(a.get_personality()) { } in B()
73 const int nargs; member
79 C() : nargs(0) { } in C()
80 C(float&) : nargs(1) { } in C()
90 : nargs(c.nargs), alloc_id(a.get_personality()) { } in C()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc30 A() : nargs(0) { } in A()
31 A(float&) : nargs(1) { } in A()
39 const int nargs; member
51 B() : nargs(0) { } in B()
52 B(float&) : nargs(1) { } in B()
62 : nargs(b.nargs), alloc_id(a.get_personality()) { } in B()
73 const int nargs; member
79 C() : nargs(0) { } in C()
80 C(float&) : nargs(1) { } in C()
90 : nargs(c.nargs), alloc_id(a.get_personality()) { } in C()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc30 A() : nargs(0) { } in A()
31 A(float&) : nargs(1) { } in A()
39 const int nargs; member
51 B() : nargs(0) { } in B()
52 B(float&) : nargs(1) { } in B()
62 : nargs(b.nargs), alloc_id(a.get_personality()) { } in B()
73 const int nargs; member
79 C() : nargs(0) { } in C()
80 C(float&) : nargs(1) { } in C()
90 : nargs(c.nargs), alloc_id(a.get_personality()) { } in C()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc30 A() : nargs(0) { } in A()
31 A(float&) : nargs(1) { } in A()
39 const int nargs; member
51 B() : nargs(0) { } in B()
52 B(float&) : nargs(1) { } in B()
62 : nargs(b.nargs), alloc_id(a.get_personality()) { } in B()
73 const int nargs; member
79 C() : nargs(0) { } in C()
80 C(float&) : nargs(1) { } in C()
90 : nargs(c.nargs), alloc_id(a.get_personality()) { } in C()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc30 A() : nargs(0) { } in A()
31 A(float&) : nargs(1) { } in A()
39 const int nargs; member
51 B() : nargs(0) { } in B()
52 B(float&) : nargs(1) { } in B()
62 : nargs(b.nargs), alloc_id(a.get_personality()) { } in B()
73 const int nargs; member
79 C() : nargs(0) { } in C()
80 C(float&) : nargs(1) { } in C()
90 : nargs(c.nargs), alloc_id(a.get_personality()) { } in C()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc30 A() : nargs(0) { } in A()
31 A(float&) : nargs(1) { } in A()
39 const int nargs; member
51 B() : nargs(0) { } in B()
52 B(float&) : nargs(1) { } in B()
62 : nargs(b.nargs), alloc_id(a.get_personality()) { } in B()
73 const int nargs; member
79 C() : nargs(0) { } in C()
80 C(float&) : nargs(1) { } in C()
90 : nargs(c.nargs), alloc_id(a.get_personality()) { } in C()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc30 A() : nargs(0) { } in A()
31 A(float&) : nargs(1) { } in A()
39 const int nargs; member
51 B() : nargs(0) { } in B()
52 B(float&) : nargs(1) { } in B()
62 : nargs(b.nargs), alloc_id(a.get_personality()) { } in B()
73 const int nargs; member
79 C() : nargs(0) { } in C()
80 C(float&) : nargs(1) { } in C()
90 : nargs(c.nargs), alloc_id(a.get_personality()) { } in C()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_api_call.c25 duk_idx_t nargs; member
31 duk_idx_t nargs; member
37 duk_idx_t nargs; member
71 DUK_ASSERT(nargs >= 0); in duk__call_get_idx_func_unvalidated()
85 DUK_ASSERT(nargs >= 0); in duk__call_prop_prep_stack()
120 duk_insert(thr, -nargs - 1); in duk__call_prop_prep_stack()
200 args.nargs = nargs; in duk_pcall()
235 args.nargs = nargs; in duk_pcall_method_flags()
276 args.nargs = nargs; in duk_pcall_prop()
342 duk_idx_t nargs; in duk__pnew_helper() local
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_api_call.c25 duk_idx_t nargs; member
31 duk_idx_t nargs; member
37 duk_idx_t nargs; member
71 DUK_ASSERT(nargs >= 0); in duk__call_get_idx_func_unvalidated()
85 DUK_ASSERT(nargs >= 0); in duk__call_prop_prep_stack()
120 duk_insert(thr, -nargs - 1); in duk__call_prop_prep_stack()
200 args.nargs = nargs; in duk_pcall()
235 args.nargs = nargs; in duk_pcall_method_flags()
276 args.nargs = nargs; in duk_pcall_prop()
342 duk_idx_t nargs; in duk__pnew_helper() local
[all …]

12345678910>>...282