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

/haiku-buildtools/legacy/gcc/gcc/
H A Dcppinit.c783 struct include_hash *ih_fake; local
989 ih_fake = (struct include_hash *) xmalloc (sizeof (struct include_hash));
990 ih_fake->next = 0;
991 ih_fake->next_this_file = 0;
992 ih_fake->foundhere = ABSOLUTE_PATH; /* well sort of ... */
993 ih_fake->name = fname;
994 ih_fake->control_macro = 0;
995 ih_fake->buf = (char *)-1;
996 ih_fake->limit = 0;
997 if (!finclude (pfile, f, ih_fake))
[all...]

Completed in 83 milliseconds