Searched refs:InChar (Results 1 – 4 of 4) sorted by relevance
72 int InChar; in ApIsExistingFile() local79 InChar = fgetc (stdin); in ApIsExistingFile()80 if (InChar == '\n') in ApIsExistingFile()82 InChar = fgetc (stdin); in ApIsExistingFile()85 if (InChar != 'y' && InChar != 'Y') in ApIsExistingFile()
158 int InChar; in UtQueryForOverwrite() local166 InChar = fgetc (stdin); in UtQueryForOverwrite()167 if (InChar == '\n') in UtQueryForOverwrite()169 InChar = fgetc (stdin); in UtQueryForOverwrite()172 if ((InChar != 'y') && (InChar != 'Y')) in UtQueryForOverwrite()
2933 alias InChar = ElementEncodingType!S; variable2938 static if (( is(const(Unqual!InChar) == InChar) && is(const(Unqual!OutChar) == OutChar)) ||2939 (!is(const(Unqual!InChar) == InChar) && !is(immutable(Unqual!OutChar) == OutChar)))
3206 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)))