Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Draster.c566 *customPatDir = '\0'; in SetCustomPatDir()
568 UtilStrCpyN(customPatDir, sizeof(customPatDir), cmdLineCustomPatternDir); in SetCustomPatDir()
576 UtilStrCpyN(customPatDir, sizeof(customPatDir), c_ptr); in SetCustomPatDir()
577 len = strlen(customPatDir); in SetCustomPatDir()
578 if (len > 0 && customPatDir[len-1] == DIR_SEP) { in SetCustomPatDir()
579 customPatDir[len-1] = '\0'; in SetCustomPatDir()
640 if (*customPatDir != '\0') { in Init2PatFill()
646 snprintf(path, sizeof(path), "%s%cpat%1d.xbm", customPatDir, DIR_SEP, in Init2PatFill()
H A Dfile.e100 extern char customPatDir[MAXSTRING];
H A Dfile.c173 char customPatDir[MAXSTRING]; variable