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

  /src/external/mit/expat/dist/xmlwf/
xmltchar.h 57 # define tchar wchar_t macro
76 # define tchar char macro
  /src/sys/arch/hpc/include/
platid.h 78 typedef unsigned short tchar; typedef
83 typedef char tchar; typedef
89 const tchar *name;
144 const tchar *platid_name(platid_t *);
  /src/external/gpl3/binutils/dist/gas/
macro.c 306 char tchar = in->ptr[idx]; local
322 else if (!escaped && in->ptr[idx] == tchar)
325 if (idx >= in->len || in->ptr[idx] != tchar)
399 char tchar = in->ptr[idx]; local
401 switch (tchar)
407 && in->ptr[idx] != tchar)
426 *in_br = tchar;
437 sb_add_char (out, tchar);
  /src/external/gpl3/binutils.old/dist/gas/
macro.c 314 char tchar = in->ptr[idx]; local
334 else if (escaped && in->ptr[idx] == tchar)
336 sb_add_char (acc, tchar);
341 if (in->ptr[idx] == tchar)
345 if (idx >= in->len || in->ptr[idx] != tchar)
427 char tchar = in->ptr[idx]; local
429 switch (tchar)
435 && in->ptr[idx] != tchar)
454 *in_br = tchar;
465 sb_add_char (out, tchar);
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/
histexpand.c 1100 int qc, tchar = string[i]; local
1105 ADD_CHAR (tchar);
1114 c = tchar;
1133 if (tchar == history_expansion_char)
1134 tchar = -3;
1135 else if (tchar == history_comment_char)
1136 tchar = -2;
1138 switch (tchar)
1146 ADD_CHAR (tchar);
1151 ADD_CHAR (tchar);
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
histexpand.c 1100 int qc, tchar = string[i]; local
1105 ADD_CHAR (tchar);
1114 c = tchar;
1133 if (tchar == history_expansion_char)
1134 tchar = -3;
1135 else if (tchar == history_comment_char)
1136 tchar = -2;
1138 switch (tchar)
1146 ADD_CHAR (tchar);
1151 ADD_CHAR (tchar);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 83 Tchar,
181 static Type *tchar; member in class:Type

Completed in 60 milliseconds