Searched refs:next (Results 1 – 2 of 2) sorted by relevance
534 char* next = NULL; in PrintBodyText() local555 next = OSGetFontWidth( pt, &texWidth ); in PrintBodyText()569 (void)DEMORFPutsEx( printX, printY, 0, pt, (s16)(pxWidth + 1), next - pt ); in PrintBodyText()573 pt = next; in PrintBodyText()
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()