Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDprotoize.c2874 const char *start_formals; in edit_fn_declaration() local
2982 start_formals = forward_to_next_token_char (end_of_fn_name); in edit_fn_declaration()
2984 while (*start_formals != '('); in edit_fn_declaration()
3003 end_formals = start_formals + 1; in edit_fn_declaration()
3028 output_up_to (start_formals); in edit_fn_declaration()
3053 || (*(start_formals = forward_to_next_token_char (another_r_paren)) != '(')) in edit_fn_declaration()
3061 check_source (0, start_formals); /* leave the decl intact */ in edit_fn_declaration()
3089 const char *start_formals; in edit_formals_lists() local
3092 start_formals = end_formals - 1; in edit_formals_lists()
3094 for (; depth; check_source (--start_formals > clean_read_ptr, 0)) in edit_formals_lists()
[all …]