Lines Matching refs:message
86 static char message[MESSAGE_SIZE]=""; variable
183 DEMODrawText( 1 * MENU_TEXT_SIZE, 3 * MENU_TEXT_SIZE, message); in TwlMain()
205 (void)STD_CopyLString( message, "write succeed.", MESSAGE_SIZE ); in TwlMain()
209 (void)STD_CopyLString( message, "write failed.", MESSAGE_SIZE ); in TwlMain()
214 (void)STD_CopyLString( message, "read rom failed.", MESSAGE_SIZE ); in TwlMain()
219 (void)STD_CopyLString( message, "open rom failed.", MESSAGE_SIZE ); in TwlMain()
227 (void)STD_CopyLString( message, "edit succeed.", MESSAGE_SIZE ); in TwlMain()
231 (void)STD_CopyLString( message, "edit failed.", MESSAGE_SIZE ); in TwlMain()
236 (void)STD_CopyLString( message, "load failed.", MESSAGE_SIZE ); in TwlMain()
243 (void)STD_CopyLString( message, "delete succeed", MESSAGE_SIZE ); in TwlMain()
247 (void)STD_CopyLString( message, "delete failed", MESSAGE_SIZE ); in TwlMain()