Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dnavigate.c75 static char *hotListFileName=NULL; variable
282 if (hotListFileName != NULL) free(hotListFileName); in CleanUpNavigate()
283 hotListFileName = NULL; in CleanUpNavigate()
534 hotListFileName = NULL; in InitHotListFileName()
537 hotListFileName = UtilStrDup(c_ptr); in InitHotListFileName()
832 if ((fp=fopen(hotListFileName, "r")) == NULL) {
848 hotListFileName);
1006 if ((fp=fopen(hotListFileName, "w")) == NULL) {
1008 hotListFileName);
1215 if ((fp=fopen(hotListFileName, "w")) == NULL) { in NavigateAddToHotList()
[all …]