Lines Matching refs:CHAR
131 static struct defoptlist *mk_defoptlist(const char *, const char *,
132 const char *);
133 static struct loclist *mk_loc(const char *, const char *, long long);
134 static struct loclist *mk_loc_val(const char *, struct loclist *);
136 static struct condexpr *mk_cx_atom(const char *);
145 static void setmachine(const char *, const char *, struct nvlist *, int);
150 static struct loclist *locarray(const char *, int, struct loclist *, int);
151 static struct loclist *namelocvals(const char *, struct loclist *);
164 const char *str;
174 %token CHAR COLONEQ COMPILE_WITH CONFIG
503 /* char 55 */
506 | CHAR int32 { $$ = $2; }
1072 char bf[40];
1107 yyerror(const char *s)
1250 mk_defoptlist(const char *name, const char *val, const char *lintval)
1256 mk_loc(const char *name, const char *str, long long num)
1262 mk_loc_val(const char *str, struct loclist *next)
1278 mk_cx_atom(const char *s)
1322 setmachine(const char *mch, const char *mcharch, struct nvlist *mchsubarches,
1325 char buf[MAXPATHLEN];
1434 locarray(const char *name, int count, struct loclist *adefs, int opt)
1438 char buf[200];
1460 namelocvals(const char *name, struct loclist *vals)
1463 char buf[200];