Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dnavigate.c936 struct HotListInfoRec *p_hlinfo=(struct HotListInfoRec *)p_void; local
938 p_hlinfo->ppsz_buf = ReadHotListFile(NULL);
940 if (p_hlinfo->ppsz_buf == NULL) {
942 } else if (*p_hlinfo->ppsz_buf == NULL) {
944 free(p_hlinfo->ppsz_buf);
945 p_hlinfo->ppsz_buf = NULL;
948 *p_dsp_ptr = HotListListing(p_hlinfo->ppsz_buf, pn_num_entries);
968 struct HotListInfoRec *p_hlinfo=(struct HotListInfoRec *)p_void; local
1042 for (i=0, s_ptr=p_hlinfo->ppsz_buf; *s_ptr != NULL;
1054 free(p_hlinfo->ppsz_buf);
[all …]