Home
last modified time | relevance | path

Searched refs:chartype (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dc-strstr.c34 typedef unsigned chartype; typedef
40 register chartype b, c; in c_strstr()
65 register chartype a; in c_strstr()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dc-strstr.c34 typedef unsigned chartype; typedef
40 register chartype b, c; in c_strstr()
65 register chartype a; in c_strstr()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dc-strstr.c34 typedef unsigned chartype; typedef
40 register chartype b, c; in c_strstr()
65 register chartype a; in c_strstr()
/netbsd-src/games/phantasia/
H A Dmain.c359 int chartype; /* character type */ in rollnewplayer() local
370 chartype = getanswer("1234567", FALSE); in rollnewplayer()
373 chartype = getanswer("123456", FALSE); in rollnewplayer()
377 genchar(chartype); /* roll up a character */ in rollnewplayer()
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A DTODO3 Perhaps chartype should be renamed.
/netbsd-src/lib/libedit/
H A DMakefile17 SRCS = chared.c chartype.c common.c el.c eln.c emacs.c filecomplete.c \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc12040 tree chartype = TREE_TYPE (TREE_TYPE (TREE_OPERAND (arg, 0))); in constant_byte_string() local
12041 if (TREE_CODE (chartype) != INTEGER_TYPE) in constant_byte_string()
12185 tree chartype = argtype; in constant_byte_string() local
12186 if (POINTER_TYPE_P (chartype)) in constant_byte_string()
12187 chartype = TREE_TYPE (chartype); in constant_byte_string()
12188 while (TREE_CODE (chartype) == ARRAY_TYPE) in constant_byte_string()
12189 chartype = TREE_TYPE (chartype); in constant_byte_string()
12191 if (INTEGRAL_TYPE_P (chartype) in constant_byte_string()
12192 && TYPE_PRECISION (chartype) == TYPE_PRECISION (char_type_node)) in constant_byte_string()
12203 init = build_string_literal (size, NULL, chartype, size); in constant_byte_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c11640 tree chartype = TREE_TYPE (TREE_TYPE (TREE_OPERAND (arg, 0))); in string_constant() local
11641 if (TREE_CODE (chartype) != INTEGER_TYPE) in string_constant()
11732 tree chartype = argtype; in string_constant() local
11733 if (POINTER_TYPE_P (chartype)) in string_constant()
11734 chartype = TREE_TYPE (chartype); in string_constant()
11735 while (TREE_CODE (chartype) == ARRAY_TYPE) in string_constant()
11736 chartype = TREE_TYPE (chartype); in string_constant()
11739 if (INTEGRAL_TYPE_P (chartype) in string_constant()
11740 && TYPE_PRECISION (chartype) == TYPE_PRECISION (char_type_node)) in string_constant()
11746 init = build_string_literal (size, NULL, chartype, size); in string_constant()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c4059 tree chartype; in gfc_build_compare_string() local
4061 chartype = gfc_get_char_type (kind); in gfc_build_compare_string()
4064 TYPE_SIZE_UNIT(chartype)), in gfc_build_compare_string()
7507 tree chartype; in gfc_trans_string_copy() local
7566 chartype = gfc_get_char_type (dkind); in gfc_trans_string_copy()
7570 TYPE_SIZE_UNIT (chartype))); in gfc_trans_string_copy()
7574 TYPE_SIZE_UNIT (chartype))); in gfc_trans_string_copy()
7607 tmp4 = fill_with_spaces (tmp4, chartype, tmp); in gfc_trans_string_copy()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc4148 tree chartype; in gfc_build_compare_string() local
4150 chartype = gfc_get_char_type (kind); in gfc_build_compare_string()
4153 TYPE_SIZE_UNIT(chartype)), in gfc_build_compare_string()
8043 tree chartype; in gfc_trans_string_copy() local
8102 chartype = gfc_get_char_type (dkind); in gfc_trans_string_copy()
8106 TYPE_SIZE_UNIT (chartype))); in gfc_trans_string_copy()
8110 TYPE_SIZE_UNIT (chartype))); in gfc_trans_string_copy()
8150 tmp4 = fill_with_spaces (tmp4, chartype, tmp); in gfc_trans_string_copy()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-92955680 (chartype_init): Add BASEBIT chartype.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-92955680 (chartype_init): Add BASEBIT chartype.