HomeSort by: relevance | last modified time | path
    Searched refs:chartype (Results 1 - 7 of 7) sorted by relevancy

  /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.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);

Completed in 53 milliseconds