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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c1520 static struct pchf_data *pchf;
1608 pchf = XNEWVAR (struct pchf_data, sizeof (struct pchf_data)
1610 memcpy (pchf, &d, sizeof (struct pchf_data) - sizeof (struct pchf_entry));
1611 if (fread (pchf->entries, sizeof (struct pchf_entry), d.count, f)
1679 if (pchf == NULL
1680 || (! check_included && ! pchf->have_once_only))
1687 return bsearch (&d, pchf->entries, pchf->count, sizeof (struct pchf_entry),
1519 static struct pchf_data *pchf; variable in typeref:struct:pchf_data

Completed in 60 milliseconds