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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c3333 const char *start_of_block;
3363 start_of_block = clean_text_p;
3364 while (*start_of_block != '{' && *start_of_block != '\n')
3365 check_source (++start_of_block < clean_text_limit, 0);
3373 if (*start_of_block != '{')
3388 const char *ep = forward_to_next_token_char (start_of_block) - 1;
3314 const char *start_of_block; local

Completed in 91 milliseconds