Searched refs:num1 (Results 1 – 1 of 1) sorted by relevance
836 int num1 = 0; in cfb_video_putc() local866 num1 = ansi_buf[i]-'0'; in cfb_video_putc()870 num1 = 1; in cfb_video_putc()877 num1 *= 10; in cfb_video_putc()878 num1 += ansi_buf[i]-'0'; in cfb_video_putc()940 console_cursor_up(num1); in cfb_video_putc()944 console_cursor_down(num1); in cfb_video_putc()948 console_cursor_right(num1); in cfb_video_putc()952 console_cursor_left(num1); in cfb_video_putc()956 console_previousline(num1); in cfb_video_putc()[all …]