Home
last modified time | relevance | path

Searched refs:localops (Results 1 – 25 of 97) sorted by relevance

1234

/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dauth.h53 vector<localop> localops; variable
57 loopvrev(localops) localops.remove(i); in localopreset()
64 loopv(localops) if(!strcmp(name, localops[i].name)) in localopadd()
66 … conoutf("local operator %s already exists with flags %s", localops[i].name, localops[i].flags); in localopadd()
69 localop &o = localops.add(); in localopadd()
321 loopv(localops) if(!strcmp(localops[i].name, name)) in authsucceeded()
324 for(const char *c = localops[i].flags; *c; c++) switch(*c) in authsucceeded()
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dauth.h53 vector<localop> localops; variable
57 loopvrev(localops) localops.remove(i); in localopreset()
64 loopv(localops) if(!strcmp(name, localops[i].name)) in localopadd()
66 … conoutf("Local operator %s already exists with flags %s", localops[i].name, localops[i].flags); in localopadd()
69 localop &o = localops.add(); in localopadd()
328 loopv(localops) if(!strcmp(localops[i].name, name)) in authsucceeded()
331 for(const char *c = localops[i].flags; *c; c++) switch(*c) in authsucceeded()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Ddam.c155 static OENTRY localops[] = { variable
161 return csound->AppendOpcodes(csound, &(localops[0]), in dam_init_()
163 ) (sizeof(localops) / sizeof(OENTRY))); in dam_init_()
H A Dfollow.c146 static OENTRY localops[] = { variable
153 return csound->AppendOpcodes(csound, &(localops[0]), in follow_init_()
155 ) (sizeof(localops) / sizeof(OENTRY))); in follow_init_()
H A Dbutter.c153 static OENTRY localops[] = { variable
162 return csound->AppendOpcodes(csound, &(localops[0]), in butter_init_()
164 ) (sizeof(localops) / sizeof(OENTRY))); in butter_init_()
H A Ddcblockr.c198 static OENTRY localops[] = { variable
207 return csound->AppendOpcodes(csound, &(localops[0]), in dcblockr_init_()
209 ) (sizeof(localops) / sizeof(OENTRY))); in dcblockr_init_()
H A Dgrain.c197 static OENTRY localops[] = variable
204 return csound->AppendOpcodes(csound, &(localops[0]), in grain_init_()
206 ) (sizeof(localops) / sizeof(OENTRY))); in grain_init_()
H A Dlocsig.c232 static OENTRY localops[] = variable
241 return csound->AppendOpcodes(csound, &(localops[0]), in locsig_init_()
243 ) (sizeof(localops) / sizeof(OENTRY))); in locsig_init_()
H A Dpvsdemix.c185 static OENTRY localops[] = variable
193 return csound->AppendOpcodes(csound, &(localops[0]), in pvsdemix_init_()
195 ) (sizeof(localops) / sizeof(OENTRY))); in pvsdemix_init_()
H A Dseqtime.c258 static OENTRY localops[] = { variable
265 return csound->AppendOpcodes(csound, &(localops[0]), in seqtime_init_()
267 ) (sizeof(localops) / sizeof(OENTRY))); in seqtime_init_()
H A Dwave-terrain.c293 static OENTRY localops[] = { variable
303 return csound->AppendOpcodes(csound, &(localops[0]), in wave_terrain_init_()
305 ) (sizeof(localops) / sizeof(OENTRY))); in wave_terrain_init_()
H A Dugensa.c230 static OENTRY localops[] = { variable
236 return csound->AppendOpcodes(csound, &(localops[0]), in ugensa_init_()
237 (int32_t) (sizeof(localops) / sizeof(OENTRY))); in ugensa_init_()
H A Dpluck.c357 static OENTRY localops[] = variable
365 return csound->AppendOpcodes(csound, &(localops[0]), in pluck_init_()
367 ) (sizeof(localops) / sizeof(OENTRY))); in pluck_init_()
H A Dspace.c269 static OENTRY localops[] = variable
278 return csound->AppendOpcodes(csound, &(localops[0]), in space_init_()
280 ) (sizeof(localops) / sizeof(OENTRY))); in space_init_()
H A Dmetro.c326 static OENTRY localops[] = { variable
336 return csound->AppendOpcodes(csound, &(localops[0]), in metro_init_()
338 ) (sizeof(localops) / sizeof(OENTRY))); in metro_init_()
H A Drepluck.c305 static OENTRY localops[] = variable
314 return csound->AppendOpcodes(csound, &(localops[0]), in repluck_init_()
316 ) (sizeof(localops) / sizeof(OENTRY))); in repluck_init_()
H A Dnlfilt.c307 static OENTRY localops[] = { variable
321 return csound->AppendOpcodes(csound, &(localops[0]), in nlfilt_init_()
323 ) (sizeof(localops) / sizeof(OENTRY))); in nlfilt_init_()
H A Dselect.c58 static OENTRY localops[] = { variable
H A Dbbcut.c538 static OENTRY localops[] = { variable
547 return csound->AppendOpcodes(csound, &(localops[0]), in bbcut_init_()
549 ) (sizeof(localops) / sizeof(OENTRY))); in bbcut_init_()
H A Dflanger.c333 static OENTRY localops[] = { variable
341 return csound->AppendOpcodes(csound, &(localops[0]), in flanger_init_()
343 ) (sizeof(localops) / sizeof(OENTRY))); in flanger_init_()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsdl.h146 { (void) csound; *ep = localops; return (int64_t) sizeof(localops); } \
/dports/audio/csound/csound-6.15.0/include/
H A Dcsdl.h146 { (void) csound; *ep = localops; return (int64_t) sizeof(localops); } \
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsdl.h146 { (void) csound; *ep = localops; return (int64_t) sizeof(localops); } \
/dports/devel/hgsvn/hgsvn-0.6.0/hgsvn/run/
H A Dhgpullsvn.py178 localops = copy.deepcopy(options)
179 localops.svn_rev = svn_rev
189 svn_origin = autostart_branch(svn_branch, hg_branch, svn_rev, localops)
196 localops.force = True
197 ok = (real_main(localops, {}) == 0)
199 del localops
/dports/audio/csound/csound-6.15.0/Opcodes/framebuffer/
H A DOpcodeEntries.c30 static OENTRY localops[] = { variable

1234