ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | __need___va_list |
#define | _WCONIO_DEFINED |
#define | WEOF (wint_t)(0xFFFF) |
#define | _putwch() _putwch_nolock() |
#define | _getwch() _getwch_nolock() |
#define | _getwche() _getwche_nolock() |
#define | _ungetwch() _ungetwch_nolock() |
#define __need___va_list |
_Check_return_ _CRTIMP wint_t __cdecl _getwch | ( | ) | _getwch_nolock() |
_Check_return_ _CRTIMP wint_t __cdecl _getwche | ( | ) | _getwche_nolock() |
#define _putwch | ( | ) | _putwch_nolock() |
#define _ungetwch | ( | ) | _ungetwch_nolock() |
_CRTIMP wchar_t * _cgetws | ( | _Pre_notnull_ _Post_z_ wchar_t * | _Buffer | ) |
_Check_return_opt_ _CRTIMP int __cdecl _cprintf | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _cprintf_l | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
_In_opt_ _locale_t | _Locale, | ||
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _cprintf_p | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _cprintf_p_l | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
_In_opt_ _locale_t | _Locale, | ||
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _cscanf | ( | _In_z_ _Scanf_format_string_ const char * | _Format, |
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _cscanf_l | ( | _In_z_ _Scanf_format_string_ const char * | _Format, |
_In_opt_ _locale_t | _Locale, | ||
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _cwprintf | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
... | |||
) |
_CRTIMP int __cdecl _cwprintf_l | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
_In_opt_ _locale_t | _Locale, | ||
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _cwprintf_p | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
... | |||
) |
_CRTIMP int __cdecl _cwprintf_p_l | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
_In_opt_ _locale_t | _Locale, | ||
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _cwscanf | ( | _In_z_ _Scanf_format_string_ const wchar_t * | _Format, |
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _cwscanf_l | ( | _In_z_ _Scanf_format_string_ const wchar_t * | _Format, |
_In_opt_ _locale_t | _Locale, | ||
... | |||
) |
_Check_return_ _CRTIMP int __cdecl _getch | ( | void | ) |
Definition at line 16 of file getch.c.
_Check_return_ _CRTIMP int __cdecl _getch_nolock | ( | void | ) |
_Check_return_ _CRTIMP int __cdecl _getche | ( | void | ) |
Definition at line 15 of file getche.c.
_Check_return_ _CRTIMP int __cdecl _getche_nolock | ( | void | ) |
_Check_return_ _CRTIMP wint_t __cdecl _getwch_nolock | ( | void | ) |
_Check_return_ _CRTIMP wint_t __cdecl _getwche_nolock | ( | void | ) |
Definition at line 21 of file kbhit.c.
Referenced by gl_getcx(), and main().
Referenced by _cgets(), _getche(), gl_getpass(), and test_console_putch().
_Check_return_ _CRTIMP wint_t __cdecl _putwch | ( | wchar_t | _WCh | ) |
_Check_return_opt_ _CRTIMP wint_t __cdecl _putwch_nolock | ( | wchar_t | _WCh | ) |
_Check_return_ _CRTIMP wint_t __cdecl _ungetwch | ( | wint_t | _WCh | ) |
_Check_return_opt_ _CRTIMP wint_t __cdecl _ungetwch_nolock | ( | wint_t | _WCh | ) |
_Check_return_opt_ _CRTIMP int __cdecl _vcprintf | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
va_list | _ArgList | ||
) |
Referenced by _cprintf().
_Check_return_opt_ _CRTIMP int __cdecl _vcprintf_l | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
_In_opt_ _locale_t | _Locale, | ||
va_list | _ArgList | ||
) |
_Check_return_opt_ _CRTIMP int __cdecl _vcprintf_p | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
va_list | _ArgList | ||
) |
_Check_return_opt_ _CRTIMP int __cdecl _vcprintf_p_l | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
_In_opt_ _locale_t | _Locale, | ||
va_list | _ArgList | ||
) |
_Check_return_opt_ _CRTIMP int __cdecl _vcwprintf | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
va_list | _ArgList | ||
) |
Referenced by _cwprintf().
_CRTIMP int __cdecl _vcwprintf_l | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
_In_opt_ _locale_t | _Locale, | ||
va_list | _ArgList | ||
) |
_Check_return_opt_ _CRTIMP int __cdecl _vcwprintf_p | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
va_list | _ArgList | ||
) |
_CRTIMP int __cdecl _vcwprintf_p_l | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
_In_opt_ _locale_t | _Locale, | ||
va_list | _ArgList | ||
) |
_Check_return_opt_ _CRTIMP char *__cdecl cgets | ( | _Out_writes_z_(_Inexpressible_(*_Buffer+2)) char * | _Buffer | ) |
_Check_return_opt_ _CRTIMP int __cdecl cprintf | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl cscanf | ( | _In_z_ _Scanf_format_string_ const char * | _Format, |
... | |||
) |
_Check_return_ _CRTIMP int __cdecl getch | ( | void | ) |
Definition at line 180 of file mwerks_console_OS_X.c.
Referenced by interact(), main(), and tokenize().
_Check_return_ _CRTIMP int __cdecl getche | ( | void | ) |
_Check_return_ _CRTIMP int __cdecl kbhit | ( | void | ) |
Definition at line 175 of file mwerks_console_OS_X.c.
_Check_return_opt_ _CRTIMP int __cdecl putch | ( | int | _Ch | ) |
_Check_return_opt_ _CRTIMP int __cdecl ungetch | ( | int | _Ch | ) |