Home
last modified time | relevance | path

Searched refs:from (Results 1 – 8 of 8) sorted by relevance

/RevoEX-2.1/build/buildtools/
Deppccleandepend.sed19 # older sed may convert newline character from 0x0d+0x0a to 0x0a
Dcommondefs.rex62 # Changed default firmware ID from 8 to 12.
167 # Temporarily changed library name from nitro to wdp.
Dmodulerules.rex134 # Changed the make directory command from $(MKDIR) to mkdir -p
/RevoEX-2.1/build/demos/nwc24demo/include/
DMsgViewer.h86 char from[MAX_ADDR_SIZE]; member
/RevoEX-2.1/
DREADME.txt41 Unpack the REX package in a directory different from the SDK directory.
68 To start building demos supplied with REX run the following from the $/RevoEX directory:
/RevoEX-2.1/docs/
DNWC24MessageBoxEditor.txt12 …er features of NintendoWare for Revolution, mail can be added, deleted, or viewed from the Host PC.
81 (from the left)
128 +--[Remove] Delete the selected file from the attachments.
/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c185 (void)sprintf( msgData->from, "%016llu", temp ); in GetMsgData()
199 err = NWC24ReadMsgFromAddr( &msgObj, msgData->from, MAX_ADDR_SIZE ); in GetMsgData()
DMsgViewerRender.c466 (void)DEMORFPrintf( x, y, 0, "%s", msgData->from ); in PrintFrom()