Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchat.c97 static char *gpszChatNickName=NULL; variable
183 gpszChatNickName = UtilStrDup(cmdLineChatNickName); in InitChatNickName()
186 gpszChatNickName = UtilStrDup(c_ptr); in InitChatNickName()
189 if (gpszChatNickName == NULL) { in InitChatNickName()
192 gpszChatNickName = UtilStrDup(c_ptr); in InitChatNickName()
194 gpszChatNickName = UtilStrDup( in InitChatNickName()
198 if (gpszChatNickName == NULL) FailAllocMessage(); in InitChatNickName()
208 UtilStrCpyN(buf, buf_sz, gpszChatNickName);
761 UtilFree(gpszChatNickName); in CleanUpChat()
762 gpszChatNickName = NULL; in CleanUpChat()