Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcc.c304 static const char *handle_braces PARAMS ((const char *));
4698 p = handle_braces (p + 1);
5022 p = handle_braces (p);
5402 handle_braces (p) in handle_braces() function
H A DChangeLog.4932 (handle_braces, validate_switches): Update to handle '&'.
946 * gcc.c (handle_braces): Handle %{<S*} spec correctly.
3124 (handle_braces): If more than 1 alternative in a '|' spec
H A DChangeLog.13513 delete_if_ordinary, handle_braces, do_spec, do_spec_1, find_file,
11397 (handle_braces): Cast both sides of `==' expression to `long' to
H A DFSFChangeLog.118732 * gcc.c (handle_braces): Rework last change.
8789 (handle_braces): All callers changed.
H A DChangeLog.38759 * gcc.c (handle_braces): In {x*...} case, break out of loop if
8907 * gcc.c (handle_braces): Recognize `%{<S}' construct.
H A DFSFChangeLog.103220 (handle_braces): Rename variable "pipe" to "pipe_p".
H A DChangeLog.01414 * gcc.c (handle_braces): Recognize | between options as an or.
H A DChangeLog.612175 * gcc.c (handle_braces): Add explaination for abort.
/openbsd/gnu/gcc/gcc/
H A Dgcc.c308 static const char *handle_braces (const char *);
5041 p = handle_braces (p + 1); in do_spec_1()
5204 p = handle_braces (p); in do_spec_1()
5615 handle_braces (const char *p) in handle_braces() function