Home
last modified time | relevance | path

Searched refs:MOVETO (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/codereview/
H A Dlwlp.c132 #define MOVETO "M" /* x y */ macro
685 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, MOVETO); in printbanner()
690 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, MOVETO); in printbanner()
699 MOVETO); in printbanner()
713 current.row, MOVETO); in printbanner()
734 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, MOVETO); in printbanner()
995 MOVETO); in startpage()
1002 current.row, MOVETO, buf, SHOW); in startpage()
1036 (void) fprintf(outfile, "%d %d %s ", begin, place, MOVETO); in setuppage()
1042 (void) fprintf(outfile, "%d %d %s ", place, begin, MOVETO); in setuppage()
[all …]
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog4220 (load_initrd): If MOVETO plus LEN is greater than or equal to
4221 LINUX_INITRD_MAX_ADDRESS, set MOVETO to LINUX_INITRD_MAX_ADDRESS
5149 from MOVETO, to avoid a Linux 2.3.xx's bug.
6536 MOVETO to unsigned long.
6537 Apply the macro RAW_ADDR to MOVETO.