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

/freebsd-9.3-release/contrib/gcc/
H A Dc-incpath.h33 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER }; enumerator in enum:__anon1028
H A Dc-incpath.c280 /* Remove duplicates from BRACKET that are in itself or SYSTEM, and
282 heads[BRACKET] = remove_duplicates (pfile, heads[BRACKET], heads[SYSTEM],
286 join it to BRACKET. */
288 heads[BRACKET], verbose);
298 if (p == heads[BRACKET])
315 heads[QUOTE] = heads[BRACKET];
316 tails[QUOTE] = tails[BRACKET];
317 heads[BRACKET] = NULL;
318 tails[BRACKET]
[all...]
H A Dc-opts.c326 add_path (xstrdup (arg), BRACKET, 0, true); local
886 add_prefixed_path (arg, BRACKET);
H A Dfix-header.c645 add_path (xstrdup (argv[i] + 2), BRACKET, false, false);
650 add_path (xstrdup (argv[i + 1]), BRACKET, false, false);
649 add_path (xstrdup (argv[i + 1]), BRACKET, false, false); local
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-c.c456 add_cpp_dir_path (p, BRACKET);

Completed in 197 milliseconds