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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c444 static const char *clean_text_limit; variable
2765 check_source (++last_known_line_start < clean_text_limit, 0);
2779 check_source (++ptr < clean_text_limit, 0))
2951 check_source (++clean_text_p < clean_text_limit, 0);
3024 for (; depth; check_source (++end_formals < clean_text_limit, 0))
3365 check_source (++start_of_block < clean_text_limit, 0);
3609 check_source (++scan_p < clean_text_limit, 0);
3632 check_source (++start_body < clean_text_limit, 0);
3813 const char *limit = clean_text_limit - 3;
3996 clean_text_limit
[all...]

Completed in 57 milliseconds