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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c3855 const char *id_start;
3859 for (id_start = id_limit-1; is_id_char (*id_start); )
3860 check_source (--id_start >= backup_limit, backup_limit);
3861 id_start++;
3862 backup_limit = id_start;
3863 if ((id_length = (size_t) (id_limit - id_start)) == 0)
3872 strncpy (func_name, id_start, id_length);
3887 identify_lineno (id_start));
3901 identify_lineno (id_start), func_nam
3836 const char *id_start; local
[all...]

Completed in 62 milliseconds