bios_console.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 80 | 27% |
空行行数 | 46 | 15% |
実行行数 | 172 | 58% |
合計行数 | 298 | 100% |
内容 | 定義数 |
---|---|
関数数 | 7 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Static | bios_handle_cup | static void | Handle ANSI CUP (cursor position) |
2 |
Static | bios_handle_ed | static void | Handle ANSI ED (erase in page) |
3 |
Static | bios_handle_sgr | static void | Handle ANSI SGR (set graphics rendition) |
4 |
Static | bios_putchar | static void | Print a character to BIOS console |
5 |
Static | scancode_to_ansi_seq | static const char * | Get ANSI escape sequence corresponding to BIOS scancode |
6 |
Static | bios_getchar | static int | Get character from BIOS console |
7 |
Static | bios_iskey | static int | Check for character ready to read from BIOS console |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー