HomeSort by relevance Sort by last modified time
    Searched full:mc_keyword (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
windmc.h 40 typedef struct mc_keyword struct
42 struct mc_keyword *next;
50 } mc_keyword; typedef in typeref:struct:mc_keyword
56 const mc_keyword *lang;
64 const mc_keyword *facility;
65 const mc_keyword *severity;
75 const mc_keyword *enum_facility (int);
76 const mc_keyword *enum_severity (int);
78 mc_node_lang *mc_add_node_lang (mc_node *, const mc_keyword *, rc_uint_type);
mclex.c 169 static mc_keyword *keyword_top = NULL;
171 const mc_keyword *
174 mc_keyword *h = keyword_top;
189 const mc_keyword *
192 mc_keyword *h = keyword_top;
222 mc_keyword *p, *c, *n;
257 n = xmalloc (sizeof (mc_keyword));
282 mc_keyword *k;
windmc.c 69 static mc_keyword **mc_severity_codes = NULL;
71 static mc_keyword **mc_facility_codes = NULL;
301 mc_add_node_lang (mc_node *root, const mc_keyword *lang, rc_uint_type vid)
424 const mc_keyword *l1 = *((const mc_keyword **)l);
425 const mc_keyword *r1 = *((const mc_keyword **)r);
457 const mc_keyword *k;
500 mc_facility_codes = xmalloc (sizeof (mc_keyword *) * i);
503 mc_facility_codes[i++] = (mc_keyword *) k
    [all...]
mcparse.y 37 static const mc_keyword *mc_cur_severity = NULL;
38 static const mc_keyword *mc_cur_facility = NULL;
47 const mc_keyword *tok;

Completed in 1677 milliseconds