Searched refs:hlangdll (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dnt.char.c42 static HMODULE hlangdll; variable
59 FreeLibrary(hlangdll);
60 hlangdll=NULL;
71 if (!hlangdll)
77 rc = LoadString(hlangdll,msg,oembuf,sizeof(oembuf));
83 rc = LoadStringW(hlangdll,msg,buffer,ARRAYSIZE(buffer));
121 if (hlangdll)
122 FreeLibrary(hlangdll);
123 hlangdll = LoadLibrary(ptr);

Completed in 201 milliseconds