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

/xsrc/external/mit/libXcursor/dist/src/
H A Dlibrary.c83 const char *tcolon; local in function:_XcursorBuildThemeDir
100 tcolon = strchr (theme, ':');
101 if (!tcolon)
102 tcolon = theme + strlen (theme);
104 themelen = (int) (tcolon - theme);

Completed in 2 milliseconds