• Home
  • Raw
  • Download

Lines Matching refs:char_io

84 	* stage2/char_io.c (memcheck) [GRUB_UTIL]: Likewise.
263 * stage2/char_io.c (grub_isspace): Use a switch sentense instead
281 * stage2/char_io.c (safe_parse_maxint): Disable for stage 1.5.
341 * stage2/char_io.c (convert_to_ascii): Remove "%b" support.
352 * stage2/char_io.c (grub_memcmp): Define for stage1.5 too.
410 * stage2/char_io.c [!GRUB_UTIL] (memcpy): New function. It is
882 * stage2/char_io.c (init_page): Change the software name from
925 * stage2/char_io.c (get_cmdline): Turn on the cursor at the
984 * stage2/char_io.c (grub_putstr): New function.
1255 * stage2/char_io.c: Include term.h.
1547 * stage2/char_io.c (safe_parse_maxint): Use ERR_NUMBER_OVERFLOW
1594 * stage2/char_io.c (max_lines) [!STAGE1_5]: New variable.
1716 * stage2/char_io.c (get_cmdline, cl_refresh): If TERMINAL_DUMB
1911 * stage2/char_io.c [STAGE1_5] (grub_memset): Defined.
1992 * stage2/char_io.c: Likewise.
2247 * stage2/char_io.c [STAGE1_5] (grub_strcmp): Defined, even
2427 * stage2/char_io.c [SUPPORT_HERCULES]: Include <hercules.h>.
2916 * stage2/char_io.c [!STAGE1_5] (grub_strstr): Rewriten, because
3283 * stage2/char_io.c [!STAGE1_5] (get_cmdline) [!SUPPORT_SERIAL]:
3389 * stage2/char_io.c [!STAGE1_5] (auto_fill): New variable.
3453 * stage2/char_io.c (print_error) [!STAGE1_5]: Print ERRNUM like
3481 * stage2/char_io.c [SUPPORT_SERIAL] (serial_cls): If the
3539 * stage2/char_io.c [!STAGE1_5] (getkey): Use logical AND
3569 * stage2/char_io.c [!STAGE1_5] (get_cmdline): Extensively
3592 * stage2/char_io.c (grub_putchar): Call grub_putchar with the
3620 * stage2/char_io.c (translate_keycode) [SUPPORT_SERIAL]: Don't
3649 * stage2/char_io.c [!STAGE1_5] (translate_keycode): New
3728 * stage2/char_io.c [!STAGE1_5] (gotoxy): New function.
3778 * stage2/char_io.c [SUPPORT_SERIAL]: Include serial.h.
3992 * stage2/char_io.c (convert_to_ascii): Rename the internal
4113 * stage2/char_io.c [!STAGE1_5] (getkey): New function.
4420 * stage2/char_io.c (grub_memmove): Define likewise.
5069 * stage2/char_io.c (convert_to_ascii) [!STAGE1_5]: Accept 'X'
5252 * stage2/char_io.c (grub_isspace): Make carriage return a white
5579 * stage2/char_io.c (nul_terminate): Changed the type of the
5599 * stage2/char_io.c (get_cmdline): Set BUF_DRIVE to -1 before the
5880 * stage2/char_io.c [!STAGE1_5] (get_cmdline): Clear ERRNUM after
5974 * stage2/char_io.c [!STAGE1_5] (nul_terminate): New function.
6002 * stage2/char_io.c [!STAGE1_5] (get_cmdline): Clear ERRNUM after
6029 * stage2/char_io.c (print_error) [!STAGE1_5]: Print "Error:"
6332 * stage2/char_io.c (memcheck): Fix the checks: "<=" -> "<".
6478 * stage2/char_io.c [!STAGE1_5] (get_cmdline): If C is a newline
6761 * stage2/char_io.c [!STAGE1_5] (get_cmdline): In cl_insert, call
6923 * stage2/char_io.c [!STAGE1_5] (get_cmdline): In the completion
7022 * stage2/char_io.c (memcheck): Rename the argument START to
7044 * stage2/char_io.c [!STAGE1_5] (get_cmdline): The argument
7071 * stage2/char_io.c [!STAGE1_5] (grub_strcpy): New function.
7160 * stage2/char_io.c (grub_sprintf): Added parenthesises to avoid
7193 * stage2/char_io.c [!STAGE1_5] (grub_sprintf): Likewise.
7364 * stage2/char_io.c (grub_strncat): Likewise.
7423 * stage2/char_io.c (get_cmdline): Do not accept the argument
7499 * stage2/char_io.c (get_cmdline): Restore command-line even if
7525 * stage2/char_io.c (get_cmdline): Search for a space or a equal
7847 * stage2/char_io.c (get_cmdline) [GRUB_UTIL]: Recognize
7936 * stage2/char_io.c [!STAGE1_5] (grub_strlen): New function.
7940 * stage2/char_io.c (print_error): Print ERRNUM in the format of
8096 * shared_src/char_io.c: Moved to ...
8097 * stage2/char_io.c: ... here.
8228 * shared_src/char_io.c (get_cmdline): Add two missing `break's.
8393 * shared_src/char_io.c (get_cmdline): Update LPOS and LLEN_OLD
8449 * shared_src/char_io.c [STAGE1_5]: Eliminate unnecessary functions
8603 * shared_src/char_io.c (grub_printf): Renamed from printf.
8612 * shared_src/char_io.c (get_cmdline): Add new argument to hide
8675 * char_io.c (get_cmdline): Call cl_setcpos even if lpos == llen,
8688 * shared_src/char_io.c (memcheck): Special-case cur_part_desc and
8696 * shared_src/char_io.c (get_cmdline): Only zero-terminate if there
8750 * shared_src/char_io.c (memcheck): Use RAW_ADDR to compute memory
8787 * shared_src/char_io.c (getkey): Delete, because it's useless.
8847 * shared_src/char_io.c: Likewise.
8873 * shared_src/char_io.c: Likewise.
8877 * shared_src/char_io.c (getkey): Don't set BUF_DRIVE to -1.
8988 * shared_src/char_io.c (bcopy): Don't make any assumptions about
9019 * shared_src/char_io.c (strcmp): Rename to `substring', because