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

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr37101.c30 ResourcePtr **tails, *resources; local
35 tails =
40 for (rptr = resources, tptr = tails; --j >= 0; rptr++, tptr++)
54 tptr = &tails[Hash (client, res->id)];
59 free ((void *) tails);
/haiku-buildtools/gcc/gcc/
H A Dincpath.c60 /* Include chains heads and tails. */
62 static struct cpp_dir *tails[4]; variable in typeref:struct:cpp_dir
355 tails[SYSTEM]->next = heads[AFTER];
397 if (tails[QUOTE])
398 free_path (tails[QUOTE], REASON_QUIET);
400 tails[QUOTE] = tails[BRACKET];
402 tails[BRACKET] = NULL;
412 if (tails[chain])
413 tails[chai
[all...]

Completed in 43 milliseconds