Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcutpaste.c81 char *gpszRecentFilesSec="Recent Files"; variable
3895 if ((buf=tgGetProfileString(gpszRecentFilesSec, gpszRecentFilesCountKey,
3908 buf = tgGetProfileString(gpszRecentFilesSec, sz_key, gszFilesIniFile);
3934 tgWriteProfileString(gpszRecentFilesSec, gpszRecentFilesCountKey,
3974 tgWriteProfileString(gpszRecentFilesSec, NULL, NULL, gszFilesIniFile);
3975 tgWriteProfileString(gpszRecentFilesSec, "0", path, gszFilesIniFile);
3989 tgWriteProfileString(gpszRecentFilesSec, NULL, NULL, gszFilesIniFile);
3997 tgWriteProfileString(gpszRecentFilesSec, sz_key, path,
4011 tgWriteProfileString(gpszRecentFilesSec, sz_key,
4024 tgWriteProfileString(gpszRecentFilesSec, gpszRecentFilesCountKey,
[all …]
H A Dcutpaste.e41 extern char *gpszRecentFilesSec;