|
Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|

Go to the source code of this file.
Data Structures | |
| struct | rawmode_arg_t |
| struct | ttymode_callback_args |
| struct | query_args |
Macros | |
| #define | SET_LAST_ERROR (0) |
| #define | sys_fail_fptr(fptr) rb_sys_fail_str((fptr)->pathv) |
| #define | GetReadFD(fptr) ((fptr)->fd) |
| #define | GetWriteFD(fptr) get_write_fd(fptr) |
| #define | FD_PER_IO 2 |
| #define | console_check_winsize_changed rb_f_notimplement |
| #define | console_key_pressed_p rb_f_notimplement |
| #define | CONSOLE_DEVICE_FOR_READING CONSOLE_DEVICE |
Functions | |
| void | Init_console (void) |
| void | InitVM_console (void) |
| #define console_check_winsize_changed rb_f_notimplement |
| #define CONSOLE_DEVICE_FOR_READING CONSOLE_DEVICE |
| #define console_key_pressed_p rb_f_notimplement |
| #define sys_fail_fptr | ( | fptr | ) | rb_sys_fail_str((fptr)->pathv) |
| void InitVM_console | ( | void | ) |
Definition at line 1642 of file console.c.
References rb_cIO, and rb_define_method.
1.8.17