Home
last modified time | relevance | path

Searched refs:tmpbuf (Results 1 – 2 of 2) sorted by relevance

/RvlDCW-2.0.3/build/demos/frienddata/src/
Dmain.c306 char tmpbuf[0xff]; in update() local
308 sprintf( tmpbuf, "" ); in update()
311 sprintf( tmpbuf, "%s%d", tmpbuf, cfriendcode[i] ); in update()
312 sprintf( tmpbuf, "%s\n", tmpbuf ); in update()
315 sprintf( tmpbuf, "%s%c", tmpbuf, " ~"[cursor==i] ); in update()
316 sprintf( tmpbuf, "%s\n", tmpbuf ); in update()
318 DWCDemoPrintf( tmpbuf ); in update()
/RvlDCW-2.0.3/build/demos/match_menu/src/
Dmain.c2041 char tmpbuf[0xff]; in InputBuffView() local
2045 sprintf( tmpbuf, "" ); in InputBuffView()
2048 sprintf( tmpbuf, "%s%d", tmpbuf, input[i] ); in InputBuffView()
2049 sprintf( tmpbuf, "%s\n", tmpbuf ); in InputBuffView()
2052 sprintf( tmpbuf, "%s%c", tmpbuf, " ~"[seq->inputCursor==i] ); in InputBuffView()
2053 sprintf( tmpbuf, "%s\n", tmpbuf ); in InputBuffView()
2055 DWCDemoPrintf( tmpbuf ); in InputBuffView()