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

/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.h14 #define T_CHAR 267 macro
H A Dgrammar.tab.c450 #define T_CHAR 267 macro
914 "T_REGISTER","T_STATIC","T_TYPEDEF","T_INLINE","T_EXTENSION","T_CHAR",
978 "type_specifier : T_CHAR",
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.h11 #define T_CHAR 267 macro
H A Dgrammar.tab.c430 #define T_CHAR 267 macro
759 "T_REGISTER","T_STATIC","T_TYPEDEF","T_INLINE","T_EXTENSION","T_CHAR",
814 "type_specifier : T_CHAR",
/freebsd-11-stable/usr.bin/localedef/
H A Dparser.y150 %token <wc> T_CHAR
167 charlist : charlist T_CHAR
171 | T_CHAR
182 setting : T_COM_CHAR T_CHAR T_NL
186 | T_ESC_CHAR T_CHAR T_NL
247 charmap_entry : T_SYMBOL T_CHAR
252 | T_SYMBOL T_ELLIPSIS T_SYMBOL T_CHAR
264 width_entry : T_CHAR T_NUMBER T_NL
272 | T_CHAR T_ELLIPSIS T_CHAR T_NUMBE
[all...]
H A Dscanner.c505 return (T_CHAR);
564 return (T_CHAR);
650 return (T_CHAR);
697 return (T_CHAR);
714 return (T_CHAR);
H A Dcollate.c599 case T_CHAR:
686 if ((lastorder == T_ELLIPSIS) && (type != T_CHAR)) {
715 start_order(T_CHAR);
775 if (lastorder != T_CHAR) {
/freebsd-11-stable/contrib/gcc/
H A Dgsyms.h43 T_CHAR = 2, enumerator in enum:sdb_type
H A Dsdbout.c363 Thus, char *foo () has bbbb=T_CHAR
509 return T_CHAR;
513 return T_CHAR;
531 return (TYPE_UNSIGNED (type) ? T_UCHAR : T_CHAR);
H A Dmips-tfile.c841 T_CHAR = 2,
1211 bt_Char, /* T_CHAR */
835 T_CHAR = 2, enumerator in enum:coff_type
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h96 #define T_CHAR 2 /* character */ macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.h22 #define T_CHAR 2 /* character */ macro
H A Dcoffdump.c189 case T_CHAR:
H A Dcoffgrok.c348 case T_CHAR:
H A Drdcoff.c264 case T_CHAR:
H A Dsrconv.c654 case T_CHAR:
/freebsd-11-stable/contrib/byacc/test/
H A Dgrammar.y32 T_CHAR T_DOUBLE T_FLOAT T_INT T_VOID
601 : T_CHAR
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h468 #define T_CHAR 2 /* character */ macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c1809 case T_CHAR:

Completed in 175 milliseconds