| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| c-strstr.c | 34 typedef unsigned chartype; typedef 40 register chartype b, c; 65 register chartype a;
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| c-strstr.c | 34 typedef unsigned chartype; typedef 40 register chartype b, c; 65 register chartype a;
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| c-strstr.c | 34 typedef unsigned chartype; typedef 40 register chartype b, c; 65 register chartype a;
|
| /src/games/phantasia/ |
| main.c | 359 int chartype; /* character type */ local 370 chartype = getanswer("1234567", FALSE); 373 chartype = getanswer("123456", FALSE); 377 genchar(chartype); /* roll up a character */
|
| /src/lib/libedit/ |
| Makefile | 17 SRCS = chared.c chartype.c common.c el.c eln.c emacs.c filecomplete.c \
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| expr.cc | 12062 tree chartype = TREE_TYPE (TREE_TYPE (TREE_OPERAND (arg, 0))); 12063 if (TREE_CODE (chartype) != INTEGER_TYPE) 12207 tree chartype = argtype; 12208 if (POINTER_TYPE_P (chartype)) 12209 chartype = TREE_TYPE (chartype); 12210 while (TREE_CODE (chartype) == ARRAY_TYPE) 12211 chartype = TREE_TYPE (chartype); 12213 if (INTEGRAL_TYPE_P (chartype) 12040 tree chartype = TREE_TYPE (TREE_TYPE (TREE_OPERAND (arg, 0))); local 12185 tree chartype = argtype; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| expr.cc | 12900 tree chartype = TREE_TYPE (TREE_TYPE (TREE_OPERAND (arg, 0))); 12901 if (TREE_CODE (chartype) != INTEGER_TYPE) 13045 tree chartype = argtype; 13046 if (POINTER_TYPE_P (chartype)) 13047 chartype = TREE_TYPE (chartype); 13048 while (TREE_CODE (chartype) == ARRAY_TYPE) 13049 chartype = TREE_TYPE (chartype); 13051 if (INTEGRAL_TYPE_P (chartype) 12878 tree chartype = TREE_TYPE (TREE_TYPE (TREE_OPERAND (arg, 0))); local 13023 tree chartype = argtype; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-expr.cc | 4161 tree chartype; local 4163 chartype = gfc_get_char_type (kind); 4166 TYPE_SIZE_UNIT(chartype)), 8068 tree chartype; local 8127 chartype = gfc_get_char_type (dkind); 8131 TYPE_SIZE_UNIT (chartype))); 8135 TYPE_SIZE_UNIT (chartype))); 8175 tmp4 = fill_with_spaces (tmp4, chartype, tmp);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-expr.cc | 4263 tree chartype; local 4265 chartype = gfc_get_char_type (kind); 4268 TYPE_SIZE_UNIT(chartype)), 8509 tree chartype; local 8568 chartype = gfc_get_char_type (dkind); 8572 TYPE_SIZE_UNIT (chartype))); 8576 TYPE_SIZE_UNIT (chartype))); 8616 tmp4 = fill_with_spaces (tmp4, chartype, tmp);
|