Searched refs:c_common_reswords (Results 1 – 10 of 10) sorted by relevance
190 if (c_common_reswords[i].disable & D_CONLY) in init_reswords()192 id = get_identifier (c_common_reswords[i].word); in init_reswords()193 C_SET_RID_CODE (id, c_common_reswords[i].rid); in init_reswords()194 ridpointers [(int) c_common_reswords[i].rid] = id; in init_reswords()195 if (! (c_common_reswords[i].disable & mask)) in init_reswords()
243 if (c_common_reswords[i].disable & D_CONLY) in init_reswords()245 id = get_identifier (c_common_reswords[i].word); in init_reswords()246 C_SET_RID_CODE (id, c_common_reswords[i].rid); in init_reswords()247 ridpointers [(int) c_common_reswords[i].rid] = id; in init_reswords()248 if (! (c_common_reswords[i].disable & mask)) in init_reswords()
6038 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy()
370 extern const struct c_common_resword c_common_reswords[];
408 const struct c_common_resword c_common_reswords[] = variable600 sizeof c_common_reswords / sizeof (struct c_common_resword);
427 extern const struct c_common_resword c_common_reswords[];
335 const struct c_common_resword c_common_reswords[] = variable565 sizeof c_common_reswords / sizeof (struct c_common_resword);
94 if (c_common_reswords[i].disable & mask) in c_parse_init()97 && (c_common_reswords[i].disable & D_CXXWARN)) in c_parse_init()99 id = get_identifier (c_common_reswords[i].word); in c_parse_init()106 id = get_identifier (c_common_reswords[i].word); in c_parse_init()107 C_SET_RID_CODE (id, c_common_reswords[i].rid); in c_parse_init()109 ridpointers [(int) c_common_reswords[i].rid] = id; in c_parse_init()
133 if (c_common_reswords[i].disable & mask) in c_parse_init()136 && (c_common_reswords[i].disable & D_CXXWARN)) in c_parse_init()138 id = get_identifier (c_common_reswords[i].word); in c_parse_init()145 id = get_identifier (c_common_reswords[i].word); in c_parse_init()146 C_SET_RID_CODE (id, c_common_reswords[i].rid); in c_parse_init()148 ridpointers [(int) c_common_reswords[i].rid] = id; in c_parse_init()
4124 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy()