Home
last modified time | relevance | path

Searched refs:tempflag (Results 1 – 25 of 109) sorted by relevance

12345

/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dflag.c37 struct listserver_flag *tempflag; in add_flag() local
39 tempflag = get_flag(name); in add_flag()
41 if (!tempflag) { in add_flag()
47 tptr = tempflag->name; in add_flag()
54 tempflag->admin = admin; in add_flag()
55 tempflag->next = flagdata; in add_flag()
56 flagdata = tempflag; in add_flag()
65 tempflag = flagdata; in get_flag()
67 while(tempflag) { in get_flag()
69 return tempflag; in get_flag()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dpa64solib.h55 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag, filename,cond_string) \ argument
56 pa64_solib_create_catch_load_hook (pid, tempflag, filename, cond_string)
63 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename, cond_string) \ argument
64 pa64_solib_create_catch_unload_hook (pid, tempflag, filename, cond_string)
H A Dsomsolib.h68 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag, filename,cond_string) \
69 som_solib_create_catch_load_hook (pid, tempflag, filename, cond_string)
77 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename, cond_string) \
78 som_solib_create_catch_unload_hook (pid, tempflag, filename, cond_string)
H A Dcoff-solib.h64 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \ argument
73 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename,cond_string) \ argument
H A Dbreakpoint.c174 int tempflag,
204 char *arg, int tempflag, int from_tty);
5070 int tempflag, hardwareflag; in break_command_1() local
5089 tempflag = flag & BP_TEMPFLAG; in break_command_1()
5241 tempflag ? disp_del : disp_donttouch, in break_command_1()
5293 int tempflag; member
5396 int hardwareflag, int tempflag, in gdb_breakpoint() argument
5403 args.tempflag = tempflag; in gdb_breakpoint()
6515 int tempflag, int from_tty) in catch_exception_command_1() argument
6603 tempflag, from_tty); in catch_command_1()
[all …]
H A Dgdb.h53 int hardwareflag, int tempflag,
H A Dpa64solib.c620 pa64_solib_create_catch_load_hook (int pid, int tempflag, char *filename, in pa64_solib_create_catch_load_hook() argument
623 create_solib_load_event_breakpoint ("", tempflag, filename, cond_string); in pa64_solib_create_catch_load_hook()
638 pa64_solib_create_catch_unload_hook (int pid, int tempflag, char *filename, in pa64_solib_create_catch_unload_hook() argument
641 create_solib_unload_event_breakpoint ("", tempflag, filename, cond_string); in pa64_solib_create_catch_unload_hook()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dpa64solib.h55 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag, filename,cond_string) \ argument
56 pa64_solib_create_catch_load_hook (pid, tempflag, filename, cond_string)
63 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename, cond_string) \ argument
64 pa64_solib_create_catch_unload_hook (pid, tempflag, filename, cond_string)
H A Dsomsolib.h68 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag, filename,cond_string) \ argument
69 som_solib_create_catch_load_hook (pid, tempflag, filename, cond_string)
77 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename, cond_string) \ argument
78 som_solib_create_catch_unload_hook (pid, tempflag, filename, cond_string)
H A Dcoff-solib.h64 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \ argument
73 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename,cond_string) \ argument
H A Dbreakpoint.c174 int tempflag,
204 char *arg, int tempflag, int from_tty);
5070 int tempflag, hardwareflag; in break_command_1() local
5089 tempflag = flag & BP_TEMPFLAG; in break_command_1()
5241 tempflag ? disp_del : disp_donttouch, in break_command_1()
5293 int tempflag; member
5396 int hardwareflag, int tempflag, in gdb_breakpoint() argument
5403 args.tempflag = tempflag; in gdb_breakpoint()
6515 int tempflag, int from_tty) in catch_exception_command_1() argument
6603 tempflag, from_tty); in catch_command_1()
[all …]
H A Dgdb.h53 int hardwareflag, int tempflag,
/dports/devel/gdb/gdb-11.1/gdb/
H A Dbreak-catch-throw.c362 handle_gnu_v3_exceptions (int tempflag, std::string &&except_rx, in handle_gnu_v3_exceptions() argument
376 init_catchpoint (cp.get (), get_current_arch (), tempflag, cond_string, in handle_gnu_v3_exceptions()
430 const char *arg, bool tempflag, int from_tty) in catch_exception_event() argument
450 handle_gnu_v3_exceptions (tempflag, std::move (except_rx), cond_string, in catch_exception_event()
460 bool tempflag = command->context () == CATCH_TEMPORARY; in catch_catch_command() local
462 catch_exception_event (EX_EVENT_CATCH, arg, tempflag, from_tty); in catch_catch_command()
471 bool tempflag = command->context () == CATCH_TEMPORARY; in catch_throw_command() local
473 catch_exception_event (EX_EVENT_THROW, arg, tempflag, from_tty); in catch_throw_command()
482 bool tempflag = command->context () == CATCH_TEMPORARY; in catch_rethrow_command() local
484 catch_exception_event (EX_EVENT_RETHROW, arg, tempflag, from_tty); in catch_rethrow_command()
H A Dbreak-catch-sig.c319 create_signal_catchpoint (int tempflag, std::vector<gdb_signal> &&filter, in create_signal_catchpoint() argument
325 init_catchpoint (c.get (), gdbarch, tempflag, NULL, &signal_catchpoint_ops); in create_signal_catchpoint()
389 int tempflag; in catch_signal_command() local
393 tempflag = command->context () == CATCH_TEMPORARY; in catch_signal_command()
406 create_signal_catchpoint (tempflag, std::move (filter), catch_all); in catch_signal_command()
H A Dbreak-catch-syscall.c355 create_syscall_event_catchpoint (int tempflag, std::vector<int> &&filter,
361 init_catchpoint (c.get (), gdbarch, tempflag, NULL, ops);
433 int tempflag;
443 tempflag = command->context () == CATCH_TEMPORARY;
462 create_syscall_event_catchpoint (tempflag, std::move (filter),
/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dg_level.cpp804 flagdata *tempflag; in G_DoLoadLevel() local
808 tempflag = &CTFdata[it_blueflag]; in G_DoLoadLevel()
809 tempflag->flaglocated = false; in G_DoLoadLevel()
811 tempflag = &CTFdata[it_redflag]; in G_DoLoadLevel()
812 tempflag->flaglocated = false; in G_DoLoadLevel()
819 tempflag = &CTFdata[it_blueflag]; in G_DoLoadLevel()
820 if (!tempflag->flaglocated) in G_DoLoadLevel()
823 tempflag = &CTFdata[it_redflag]; in G_DoLoadLevel()
824 if (!tempflag->flaglocated) in G_DoLoadLevel()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dbreak-catch-sig.c367 create_signal_catchpoint (int tempflag, VEC (gdb_signal_type) *filter, in create_signal_catchpoint() argument
374 init_catchpoint (&c->base, gdbarch, tempflag, NULL, &signal_catchpoint_ops); in create_signal_catchpoint()
445 int tempflag, catch_all = 0; in catch_signal_command() local
448 tempflag = get_cmd_context (command) == CATCH_TEMPORARY; in catch_signal_command()
463 create_signal_catchpoint (tempflag, filter, catch_all); in catch_signal_command()
H A Dbreakpoint.h1247 int tempflag,
1251 struct gdbarch *gdbarch, int tempflag,
1278 int tempflag, enum bptype wanted_type,
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-spell.c2759 *tempflag = RCRAFT_MAX_TYPES + 1; in rcraft_get_type()
2846 *tempflag = 0; in rcraft_get_type()
2904 *tempflag = RCRAFT_MAX_IMPERATIVES + 1; in rcraft_get_imperative()
2991 *tempflag = 0; in rcraft_get_imperative()
3046 *tempflag = RCRAFT_MAX_ELEMENTS + 1; in rcraft_get_element()
3147 *tempflag = 0; in rcraft_get_element()
3157 u16b e_flags = 0, m_flags = 0, tempflag = 0; in do_runespell() local
3163 if(rcraft_get_element(e_flags, &tempflag)) { in do_runespell()
3164 e_flags |= tempflag; in do_runespell()
3171 if(rcraft_get_imperative(e_flags, m_flags, &tempflag)) m_flags |= tempflag; in do_runespell()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/SHOCK/
H A Dfix_wall_piston.cpp44 tempflag = 0; in FixWallPiston()
84 tempflag = 1; in FixWallPiston()
302 if (tempflag) { in post_integrate()
312 if (tempflag && x[i][2] <= domain->boxlo[2] + t_extent) { in post_integrate()
329 if (tempflag && x[i][2] <= domain->boxlo[2] + t_extent) { in post_integrate()
H A Dfix_append_atoms.cpp56 tempflag = 0; in FixAppendAtoms()
160 tempflag = 1; in FixAppendAtoms()
215 if (tempflag) { in ~FixAppendAtoms()
347 if (tempflag) { in post_force()
357 if (tempflag && x[i][2] >= domain->boxhi[2] - t_extent) { in post_force()
385 if (tempflag && x[i][2] >= domain->boxhi[2] - t_extent) { in post_force()
H A Dfix_wall_piston.h40 int tempflag, tseed; variable
H A Dfix_append_atoms.h40 int ranflag, tempflag, xseed, tseed; variable
/dports/science/lammps/lammps-stable_29Sep2021/src/DRUDE/
H A Dcompute_temp_drude.cpp45 tempflag = 0; // because does not compute a single temperature (scalar and vector) in ComputeTempDrude()
128 if (temperature->tempflag == 0) in modify_param()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dcreate_particles.h41 int speciesflag,densflag,velflag,tempflag,normflag;

12345