Lines Matching refs:bEditMode
68 static void PrintTypeCore ( s16 x, s16 y, u32 type, BOOL bEditMode );
70 static void PrintStatusCore ( s16 x, s16 y, u32 status, BOOL bEditMode );
72 static void PrintFdIdCore ( s16 x, s16 y, const char* strFdId, BOOL bEditMode );
74 static void PrintNameCore ( s16 x, s16 y, const char* name, BOOL bEditMode );
76 static void PrintWiiId ( s16 x, s16 y, const char* strWiiId, BOOL bEditMode );
77 static void PrintMailAddr ( s16 x, s16 y, const char* mailAddr, BOOL bEditMode );
384 static void PrintTypeCore( s16 x, s16 y, u32 type, BOOL bEditMode ) in PrintTypeCore() argument
386 if ( bEditMode ) in PrintTypeCore()
428 static void PrintStatusCore( s16 x, s16 y, u32 status, BOOL bEditMode ) in PrintStatusCore() argument
430 if ( bEditMode ) in PrintStatusCore()
473 static void PrintFdIdCore( s16 x, s16 y, const char* strFdId, BOOL bEditMode ) in PrintFdIdCore() argument
484 if ( bEditMode && strFdId[i + 1] == '\0' ) in PrintFdIdCore()
521 static void PrintNameCore( s16 x, s16 y, const char* name, BOOL bEditMode ) in PrintNameCore() argument
535 if ( bEditMode && *(name + charSize) == '\0' ) in PrintNameCore()
578 static void PrintWiiId( s16 x, s16 y, const char* strWiiId, BOOL bEditMode ) in PrintWiiId() argument
597 if ( bEditMode && strWiiId[i + 1] == '\0' ) in PrintWiiId()
616 static void PrintMailAddr( s16 x, s16 y, const char* mailAddr, BOOL bEditMode ) in PrintMailAddr() argument
630 if ( bEditMode && mailAddr[i + 1] == '\0' ) in PrintMailAddr()