Lines Matching refs:num1
836 int num1 = 0; in cfb_video_putc() local
866 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()
960 console_newline(num1); in cfb_video_putc()
964 console_cursor_set_position(-1, num1-1); in cfb_video_putc()
968 console_cursor_set_position(num1-1, num2-1); in cfb_video_putc()
977 if (num1 == 0) in cfb_video_putc()
981 else if (num1 == 1) in cfb_video_putc()
995 if (num1 == 0) { /* reset swapped colors */ in cfb_video_putc()
1000 } else if (num1 == 7) { /* once swap colors */ in cfb_video_putc()