Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dinmethod.c741 char *psz_slash=strchr(pIMInfo->pszName,'/'); in InitInputMethods() local
743 if (psz_slash == NULL) { in InitInputMethods()
770 psz_slash = strchr(psz_cur, '/'); in InitInputMethods()
772 if (psz_slash != NULL) *psz_slash = '\0'; in InitInputMethods()
793 if (psz_slash != NULL) { in InitInputMethods()
794 *psz_slash++ = '/'; in InitInputMethods()
795 psz_cur = psz_slash; in InitInputMethods()
796 psz_slash = strchr(psz_cur, '/'); in InitInputMethods()