Searched refs:m_net_cursor (Results 1 – 2 of 2) sorted by relevance
98 #define SerialConfig (m_net_cursor == 0)99 #define DirectConfig (m_net_cursor == 1)100 #define IPXConfig (m_net_cursor == 2)101 #define TCPIPConfig (m_net_cursor == 3)857 int m_net_cursor; variable892 if (m_net_cursor >= m_net_items) in M_Menu_Net_f()893 m_net_cursor = 0; in M_Menu_Net_f()894 m_net_cursor--; in M_Menu_Net_f()968 M_Print (f, 142, net_helpMessage[m_net_cursor*4+0]); in M_Net_Draw()969 M_Print (f, 150, net_helpMessage[m_net_cursor*4+1]); in M_Net_Draw()[all …]
95 #define SerialConfig (m_net_cursor == 0)96 #define DirectConfig (m_net_cursor == 1)97 #define IPXConfig (m_net_cursor == 2)98 #define TCPIPConfig (m_net_cursor == 3)