Home
last modified time | relevance | path

Searched refs:S_SKIP (Results 1 – 25 of 73) sorted by relevance

123

/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dm_menu.c2258 {0,S_SKIP|S_END,m_null}
2302 {0,S_SKIP|S_END,m_null}
2327 {0,S_SKIP|S_END,m_null}
2354 {0,S_SKIP|S_END,m_null}
2373 {0,S_SKIP|S_END,m_null}
2399 {0,S_SKIP|S_END,m_null}
2415 {0,S_SKIP|S_END,m_null}
2525 {0,S_SKIP|S_END,m_null}
2618 {0,S_SKIP|S_END,m_null}
2635 {0,S_SKIP|S_END,m_null}
[all …]
H A Dm_menu.h105 #define S_SKIP 0x2000 // Cursor can't land here macro
/dports/games/prboom/prboom-2.5.0/src/
H A Dm_menu.c2193 {0,S_SKIP|S_END,m_null}
2237 {0,S_SKIP|S_END,m_null}
2260 {0,S_SKIP|S_END,m_null}
2292 {0,S_SKIP|S_END,m_null}
2403 {0,S_SKIP|S_END,m_null}
2490 {0,S_SKIP|S_END,m_null}
2584 {0,S_SKIP|S_END,m_null}
2609 {0,S_SKIP|S_END,m_null}
2768 {0,S_SKIP|S_END,m_null}
2941 {0,S_SKIP|S_END,m_null}
[all …]
H A Dm_menu.h103 #define S_SKIP 0x2000 // Cursor can't land here macro
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/etherbone-core/hdl/eb_slave_core/
H A Deb_eth_tx.vhd35 …S_WRF_STATUS, S_ETHERNET, S_IP, S_UDP, S_DONE, S_WAIT, S_PAYLOAD, S_RUNT, S_LOWER, S_SKIP, S_PUSH);
147 skip_stall_o <= '0' when r_state=S_SKIP else '1';
150 s_buf_abort <= '1' when r_state=S_SKIP else '0';
239 r_state <= S_SKIP;
249 r_state <= S_SKIP;
270 when S_SKIP =>
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dm_menu.c2212 SETUP_MENU("HELP",S_SKIP|S_KEEP,m_scrn,0,0,{&key_help}),
2213 SETUP_MENU("MENU",S_SKIP|S_KEEP,m_scrn,0,0,{&key_escape}),
2314 while (current_setup_menu[set_menu_itemon++].m_flags & S_SKIP); in M_KeyBindings()
2424 while (current_setup_menu[set_menu_itemon++].m_flags & S_SKIP); in M_Weapons()
2516 while (current_setup_menu[set_menu_itemon++].m_flags & S_SKIP); in M_StatusBar()
2635 while (current_setup_menu[set_menu_itemon++].m_flags & S_SKIP); in M_Automap()
2775 while (current_setup_menu[set_menu_itemon++].m_flags & S_SKIP); in M_Enemy()
4722 while (ptr1->m_flags & S_SKIP); in M_Responder()
5376 src->m_flags = S_SKIP; // Don't show setting or item in M_InitHelpScreen()
5378 src->m_flags = S_SKIP; // Don't show setting or item in M_InitHelpScreen()
[all …]
H A Dm_menu.h107 #define S_SKIP 0x2000 // Cursor can't land here macro
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolTypes.java48 public static final int S_SKIP = 0x0007; field
H A DTestDebugInfo.java126 case S_SKIP: System.out.println(" S_SKIP"); break; in printSymbolTable()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolTypes.java48 public static final int S_SKIP = 0x0007; field
H A DTestDebugInfo.java126 case S_SKIP: System.out.println(" S_SKIP"); break; in printSymbolTable()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolTypes.java48 public static final int S_SKIP = 0x0007; field
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolTypes.java48 public static final int S_SKIP = 0x0007; field
H A DTestDebugInfo.java126 case S_SKIP: System.out.println(" S_SKIP"); break; in printSymbolTable()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolTypes.java48 public static final int S_SKIP = 0x0007; field
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolTypes.java48 public static final int S_SKIP = 0x0007; field
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolTypes.java48 public static final int S_SKIP = 0x0007; field
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolTypes.java48 public static final int S_SKIP = 0x0007; field
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolTypes.java48 public static final int S_SKIP = 0x0007; field
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolTypes.java48 public static final int S_SKIP = 0x0007; field
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Ddbgcodeview.pas51 S_SKIP = $0007, { Skip - Reserve symbol space }
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Ddbgcodeview.pas51 S_SKIP = $0007, { Skip - Reserve symbol space }
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Ddbgcodeview.pas51 S_SKIP = $0007, { Skip - Reserve symbol space }
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Djobuidelegateextension.h161S_SKIP KIOCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 0, "Use Result_Skip.") = Result_Ski… enumerator
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dkiotesthelper.h130 m_skipResult(KIO::S_SKIP), in PredefinedAnswerJobUiDelegate()

123