Searched refs:InChar (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/tools/acpidump/
H A Dapfiles.c72 int InChar; local
79 InChar = fgetc (stdin);
80 if (InChar == '\n')
82 InChar = fgetc (stdin);
85 if (InChar != 'y' && InChar != 'Y')
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslutils.c158 int InChar; local
166 InChar = fgetc (stdin);
167 if (InChar == '\n')
169 InChar = fgetc (stdin);
172 if ((InChar != 'y') && (InChar != 'Y'))
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dutf.d2933 alias InChar = ElementEncodingType!S;
2938 static if (( is(const(Unqual!InChar) == InChar) && is(const(Unqual!OutChar) == OutChar)) ||
2939 (!is(const(Unqual!InChar) == InChar) && !is(immutable(Unqual!OutChar) == OutChar)))
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dutf.d3206 alias InChar = typeof(str[0]);
3211 static if (( is(const(Unqual!InChar) == InChar) && is(const(Unqual!OutChar) == OutChar)) ||
3212 (!is(const(Unqual!InChar) == InChar) && !is(immutable(Unqual!OutChar) == OutChar)))

Completed in 318 milliseconds