/dports/lang/cparser/cparser-0.9.14/ |
H A D | builtins.c | 100 …b(BUILTIN_ALLOCA, "alloca", make_function_1_type(type_void_ptr, type_size_t, DM_NONE)… in create_gnu_builtins() 110 b(BUILTIN_VA_END, "va_end", make_function_1_type(type_void, type_valist, DM_NONE)); in create_gnu_builtins() 127 …frame_address, "frame_address", make_function_1_type(type_void_ptr, type_unsigned_int, DM_NONE)); in create_gnu_builtins() 134 …efetch, "prefetch", make_function_1_type_variadic(type_float, type_void_ptr, DM_NONE)); in create_gnu_builtins() 135 …return_address, "return_address", make_function_1_type(type_void_ptr, type_unsigned_int, DM_NONE)); in create_gnu_builtins() 148 …e_function_type(type_void_ptr, 3, (type_t *[]) { type_void_ptr, type_int, type_size_t }, DM_NONE)); in create_gnu_builtins() 205 f(ir_bk_debugbreak, "__debugbreak", make_function_0_type(type_void, DM_NONE)); in create_microsoft_intrinsics() 206 f(ir_bk_return_address, "_ReturnAddress", make_function_0_type(type_void_ptr, DM_NONE)); in create_microsoft_intrinsics() 210 … "__inbyte", make_function_1_type(type_unsigned_char, type_unsigned_short, DM_NONE)); in create_microsoft_intrinsics() 211 … "__inword", make_function_1_type(type_unsigned_short, type_unsigned_short, DM_NONE)); in create_microsoft_intrinsics() [all …]
|
H A D | entity_t.h | 66 DM_NONE = 0, enumerator
|
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/physics/ |
H A D | irr_debug_drawer.hpp | 39 enum DebugModeType { DM_NONE = 0x00, enumerator 56 { return m_debug_mode==DM_NONE ? DBG_NoDebug in getDebugMode()
|
H A D | irr_debug_drawer.cpp | 31 m_debug_mode = DM_NONE; in IrrDebugDrawer()
|
/dports/sysutils/coreutils/coreutils-8.32/src/ |
H A D | uniq.c | 85 DM_NONE, enumerator 101 DM_NONE, DM_PREPEND, DM_SEPARATE enumerator 429 if (delimit_groups != DM_NONE) in check_file() 502 delimit_groups = DM_NONE; in main() 580 delimit_groups = DM_NONE; in main()
|
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/utils/ |
H A D | debug.cpp | 287 physics->setDebugMode(IrrDebugDrawer::DM_NONE); in handleContextMenuAction() 293 physics->setDebugMode(IrrDebugDrawer::DM_NONE); in handleContextMenuAction() 300 physics->setDebugMode(IrrDebugDrawer::DM_NONE); in handleContextMenuAction() 307 physics->setDebugMode(IrrDebugDrawer::DM_NONE); in handleContextMenuAction() 330 physics->setDebugMode(IrrDebugDrawer::DM_NONE); in handleContextMenuAction() 343 physics->setDebugMode(IrrDebugDrawer::DM_NONE); in handleContextMenuAction() 352 physics->setDebugMode(IrrDebugDrawer::DM_NONE); in handleContextMenuAction() 375 physics->setDebugMode(IrrDebugDrawer::DM_NONE); in handleContextMenuAction() 398 physics->setDebugMode(IrrDebugDrawer::DM_NONE); in handleContextMenuAction() 421 physics->setDebugMode(IrrDebugDrawer::DM_NONE); in handleContextMenuAction() [all …]
|
/dports/misc/gnuls/coreutils-8.30/src/ |
H A D | uniq.c | 90 DM_NONE, enumerator 106 DM_NONE, DM_PREPEND, DM_SEPARATE enumerator 441 if (delimit_groups != DM_NONE) in check_file() 515 delimit_groups = DM_NONE; in main() 593 delimit_groups = DM_NONE; in main()
|
/dports/games/editss/editss-2.2/ |
H A D | actions.c | 587 case DM_NONE: { /* Start break */ in a_buttonp() 719 drawmode=DM_NONE; in a_buttonp() 723 drawmode=DM_NONE; in a_buttonp() 729 drawmode=DM_NONE; in a_buttonp() 737 drawmode=DM_NONE; in a_buttonp() 748 drawmode=DM_NONE; in a_buttonp() 753 case DM_NONE: { in a_buttonp() 769 drawmode=DM_NONE; in a_buttonp() 776 if (drawmode==DM_NONE) { in a_buttonp()
|
H A D | const.h | 13 #define DM_NONE -1 /* Drawmodes */ macro
|
H A D | editss.c | 570 drawmode=DM_NONE; in main()
|
H A D | xstuff.c | 152 …if ((sh_ed.n>2)&&(drawmode==DM_NONE)) XDrawLine(XtDisplay(toplevel),pm_area,gc_ship,cx(sh_ed.p[sh_… in redrawship()
|
/dports/comms/gnocky/gnocky-0.0.7/src/ |
H A D | logosview.h | 17 DM_NONE = 0x0, enumerator
|
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/ |
H A D | emTextField.cpp | 48 DragMode=DM_NONE; in emTextField() 326 case DM_NONE: in Input() 409 SetDragMode(DM_NONE); in Input() 437 SetDragMode(DM_NONE); in Input() 465 SetDragMode(DM_NONE); in Input() 481 SetDragMode(DM_NONE); in Input() 509 SetDragMode(DM_NONE); in Input() 515 !event.IsEmpty() && DragMode==DM_NONE && in Input() 620 !event.IsEmpty() && DragMode==DM_NONE && in Input()
|
/dports/games/quake-dpmod/quake-dpmod-20130301/dpmod/qc/ |
H A D | modedefs.qc | 9 float DM_NONE = 0;
|
H A D | havocbot_roles.qc | 209 if (deathmatch == DM_NONE)
|
H A D | client.qc | 317 if ( (self.spawnflags & 1) && (deathmatch == DM_NONE) )
|
/dports/comms/qico/qico-15673bf/src/ |
H A D | defs.h | 48 #define DM_NONE -1 macro
|
H A D | main.c | 321 int c, daemon = DM_NONE, rc, sesstype = SESSION_EMSI, in main() 407 if ( !hostname && daemon <= DM_NONE ) in main()
|
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/avtk/ |
H A D | widget.cxx | 98 dm( DM_NONE ), in Widget() 263 if ( dm == DM_NONE ) { in motion()
|
H A D | widget.hxx | 225 DM_NONE, /// drag has no effect enumerator
|
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/avtk/ |
H A D | widget.cxx | 67 dm( DM_NONE ), in Widget() 232 if ( dm == DM_NONE ) { in motion()
|
H A D | widget.hxx | 194 DM_NONE, /// drag has no effect enumerator
|
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/ |
H A D | emTextField.h | 156 DM_NONE, enumerator
|
/dports/games/ldmud/ldmud-3.3.720/src/ |
H A D | comm.h | 148 DM_NONE = 0, enumerator
|
H A D | comm.c | 1413 if (ip->msg_discarded != DM_NONE) 1498 ip->msg_discarded = DM_NONE; 3634 new_interactive->msg_discarded = DM_NONE;
|