Searched refs:InputChar (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rosapps/applications/cmdutils/vfdcmd/ |
H A D | vfdcmd.c | 148 static int InputChar(ULONG msg, PCSTR ans); 720 c = InputChar(MSG_RETRY_FORCE_CANCEL, "rfc"); in Remove() 981 c = InputChar(MSG_RETRY_FORCE_CANCEL, "rfc"); in Stop() 1343 InputChar(MSG_CREATE_CONFIRM, "yn") == 'n') { in Open() 1785 if (InputChar(MSG_CLOSE_CONFIRM, "yn") == 'n') { in Close() 1809 c = InputChar(MSG_RETRY_CANCEL, "rc"); in Close() 1812 c = InputChar(MSG_RETRY_FORCE_CANCEL, "rfc"); in Close() 2042 c = InputChar(MSG_OVERWRITE_PROMPT, "otc"); in Save() 2092 int c = InputChar(MSG_RETRY_FORCE_CANCEL, "rfc"); in Save() 2374 int c = InputChar(MSG_RETRY_FORCE_CANCEL, "rfc"); in Format() [all …]
|