Home
last modified time | relevance | path

Searched refs:tchar (Results 1 – 25 of 43) sorted by relevance

12

/netbsd/sys/arch/hpc/include/
H A Dplatid.h78 typedef unsigned short tchar; typedef
83 typedef char tchar; typedef
89 const tchar *name;
144 const tchar *platid_name(platid_t *);
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c1095 int qc, tchar = string[i]; in history_expand() local
1100 ADD_CHAR (tchar); in history_expand()
1109 c = tchar; in history_expand()
1128 if (tchar == history_expansion_char) in history_expand()
1129 tchar = -3; in history_expand()
1130 else if (tchar == history_comment_char) in history_expand()
1131 tchar = -2; in history_expand()
1133 switch (tchar) in history_expand()
1141 ADD_CHAR (tchar); in history_expand()
1146 ADD_CHAR (tchar); in history_expand()
[all …]
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistexpand.c1095 int qc, tchar = string[i]; in history_expand() local
1100 ADD_CHAR (tchar); in history_expand()
1109 c = tchar; in history_expand()
1128 if (tchar == history_expansion_char) in history_expand()
1129 tchar = -3; in history_expand()
1130 else if (tchar == history_comment_char) in history_expand()
1131 tchar = -2; in history_expand()
1133 switch (tchar) in history_expand()
1141 ADD_CHAR (tchar); in history_expand()
1146 ADD_CHAR (tchar); in history_expand()
[all …]
/netbsd/external/mit/expat/dist/xmlwf/
H A Dunixfilemap.c60 filemap(const tchar *name, in filemap() argument
61 void (*processor)(const void *, size_t, const tchar *, void *arg), in filemap()
H A Dxmltchar.h57 # define tchar wchar_t macro
76 # define tchar char macro
H A Dreadfilemap.c85 filemap(const tchar *name, in filemap() argument
86 void (*processor)(const void *, size_t, const tchar *, void *arg), in filemap()
/netbsd/external/gpl3/gdb/dist/gas/
H A Dmacro.c309 char tchar = in->ptr[idx]; in getstring() local
329 else if (escaped && in->ptr[idx] == tchar) in getstring()
331 sb_add_char (acc, tchar); in getstring()
336 if (in->ptr[idx] == tchar) in getstring()
340 if (idx >= in->len || in->ptr[idx] != tchar) in getstring()
419 char tchar = in->ptr[idx]; in get_any_string() local
421 switch (tchar) in get_any_string()
427 && in->ptr[idx] != tchar) in get_any_string()
446 *in_br = tchar; in get_any_string()
457 sb_add_char (out, tchar); in get_any_string()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dmacro.c308 char tchar = in->ptr[idx]; in getstring() local
328 else if (escaped && in->ptr[idx] == tchar) in getstring()
330 sb_add_char (acc, tchar); in getstring()
335 if (in->ptr[idx] == tchar) in getstring()
339 if (idx >= in->len || in->ptr[idx] != tchar) in getstring()
418 char tchar = in->ptr[idx]; in get_any_string() local
420 switch (tchar) in get_any_string()
426 && in->ptr[idx] != tchar) in get_any_string()
445 *in_br = tchar; in get_any_string()
456 sb_add_char (out, tchar); in get_any_string()
/netbsd/external/gpl3/binutils/dist/gas/
H A Dmacro.c340 char tchar = in->ptr[idx]; in getstring() local
360 else if (escaped && in->ptr[idx] == tchar) in getstring()
362 sb_add_char (acc, tchar); in getstring()
367 if (in->ptr[idx] == tchar) in getstring()
371 if (idx >= in->len || in->ptr[idx] != tchar) in getstring()
450 char tchar = in->ptr[idx]; in get_any_string() local
452 switch (tchar) in get_any_string()
458 && in->ptr[idx] != tchar) in get_any_string()
477 *in_br = tchar; in get_any_string()
488 sb_add_char (out, tchar); in get_any_string()
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dmacro.c309 char tchar = in->ptr[idx]; in getstring() local
329 else if (escaped && in->ptr[idx] == tchar) in getstring()
331 sb_add_char (acc, tchar); in getstring()
336 if (in->ptr[idx] == tchar) in getstring()
340 if (idx >= in->len || in->ptr[idx] != tchar) in getstring()
419 char tchar = in->ptr[idx]; in get_any_string() local
421 switch (tchar) in get_any_string()
427 && in->ptr[idx] != tchar) in get_any_string()
446 *in_br = tchar; in get_any_string()
457 sb_add_char (out, tchar); in get_any_string()
/netbsd/sys/arch/hpc/stand/hpcboot/menu/
H A Dplatform.cpp52 (const_cast <tchar *>(name->name)); in _platform()
/netbsd/sys/arch/hpc/hpc/
H A Dplatid.c122 const tchar *
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Druntime.cc205 libcall_types[type] = Type::tchar->pointerTo ()->immutableOf (); in get_libcall_type()
H A Dmodules.cc549 layout_moduleinfo_field (make_array_type (Type::tchar, namelen), in layout_moduleinfo_fields()
702 TREE_TYPE (strtree) = make_array_type (Type::tchar, namelen); in layout_moduleinfo()
H A Dtypeinfo.cc402 TREE_TYPE (value) = make_array_type (Type::tchar, len); in layout_string()
411 value = d_array_value (build_ctype (Type::tchar->arrayOf ()), in layout_string()
H A Dd-codegen.cc1871 TREE_TYPE (str) = make_array_type (Type::tchar, length + 1); in build_filename_from_loc()
1895 TREE_TYPE (str) = make_array_type (Type::tchar, len); in build_assert_call()
1897 file = d_array_value (build_ctype (Type::tchar->arrayOf ()), in build_assert_call()
H A Dd-builtins.cc100 return Type::tchar->addMod (dtype->mod)->pointerTo ()->addMod (mod); in build_frontend_type()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dmodules.cc541 layout_moduleinfo_field (make_array_type (Type::tchar, namelen), in layout_moduleinfo_fields()
694 TREE_TYPE (strtree) = make_array_type (Type::tchar, namelen); in layout_moduleinfo()
H A Dtypeinfo.cc383 TREE_TYPE (value) = make_array_type (Type::tchar, len); in layout_string()
392 value = d_array_value (build_ctype (Type::tchar->arrayOf ()), in layout_string()
H A Dd-codegen.cc1990 TREE_TYPE (str) = make_array_type (Type::tchar, len); in d_assert_call()
1992 file = d_array_value (build_ctype (Type::tchar->arrayOf ()), in d_assert_call()
H A Dd-builtins.cc97 return Type::tchar->addMod (dtype->mod)->pointerTo ()->addMod (mod); in build_frontend_type()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcppmangle.c337 return (t && t->equals(Type::tchar)); in isChar()
H A Dmtype.h181 static Type *tchar; variable
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcppmangle.c337 return (t && t->equals(Type::tchar)); in isChar()
H A Dmtype.h186 static Type *tchar; variable

12