Searched refs:next (Results 1 – 2 of 2) sorted by relevance
622 char* next = g_editFriendInfo.name; in UpdateEditName() local623 while ( next != pChar ) in UpdateEditName()625 curr = next; in UpdateEditName()626 next = (char*)(curr + (SjisIsMultibyte( curr ) ? 2 : 1)); in UpdateEditName()629 if ( next - curr == 2 ) in UpdateEditName()
636 char* next = NULL; in PrintBodyText() local657 next = OSGetFontWidth( pt, &texWidth ); in PrintBodyText()671 (void)DEMORFPutsEx( printX, printY, 0, pt, (s16)(pxWidth + 1), next - pt ); in PrintBodyText()675 pt = next; in PrintBodyText()