/original-bsd/sys/hp300/DOC/ |
H A D | Options | 10 Support for old hp320 machines: 16mhz 68020, HP MMU, 16mhz 68881 11 and VAC. Compiles in support for a VAC, HP MMU, and the 98620A 15 Support for old hp350 machines: 25mhz 68020, HP MMU, 20mhz 68881 16 and VAC. Compiles in support for a VAC and the HP MMU. Differs 40 Compiles in support to link with HP-UX's version of Motorola's 68040 47 Twinkle the hp4xx front panel (or hp3xx internal) LEDs in the HP 69 Enables HP-UX binary compatibility mode. Allows a variety of 70 "recent" HP-UX binaries to be run unchanged. Due to the 72 anywhere from release 6.2 to 8.0 of HP-UX. It will run 8.0 77 Compile in old 4.2-ish HP-UX (pre-6.0?) compatibility code. [all …]
|
H A D | TODO.dev | 10 6. HP-IB (SCSI?) improvement: attempt to get more activity on a single
|
H A D | README | 13 Pmap.notes Some (mostly HP-specific) observations I made while cleaning
|
/original-bsd/old/tabs/ |
H A D | tabs.c | 29 #define HP 6 macro 42 {"hp", HP}, 87 case HP: hp2645(); break;
|
/original-bsd/sys/vax/stand/ |
H A D | conf.c | 16 #define HP "hp" macro 24 #define HP 0 macro 114 { HP, hpstrategy, hpopen, nullsys, hpioctl }, /* 0 = hp */
|
/original-bsd/games/larn/ |
H A D | regen.c | 26 if (d[HP] != d[HPMAX]) in regen() 30 if ((d[HP] += d[REGEN]) > d[HPMAX]) d[HP] = d[HPMAX]; in regen()
|
H A D | global.c | 129 if ((c[HP] -= x) <= 0) 138 c[HP] -= x; if (c[HP] < 1) c[HP]=1; 154 if ((c[HP] += x) > c[HPMAX]) c[HP] = c[HPMAX]; 160 c[HPMAX] += x; c[HP] += x;
|
/original-bsd/local/ditroff/ditroff.van/ |
H A D | n9.c | 344 savepos = numtab[HP].val; 356 if ((length = ((tabtab[j] & TABMASK) - numtab[HP].val)) > 0 ) 367 numtab[HP].val += jj; 415 numtab[HP].val += j; 431 numtab[HP].val += jj; 464 numtab[HP].val = savepos;
|
H A D | n6.c | 225 savhp = numtab[HP].val; in setwd() 226 numtab[HP].val = 0; in setwd() 237 numtab[HP].val += k; in setwd() 254 numtab[HP].val = savhp; in setwd()
|
/original-bsd/local/ditroff/ditroff.okeeffe/ |
H A D | n9.c | 344 savepos = numtab[HP].val; 356 if ((length = ((tabtab[j] & TABMASK) - numtab[HP].val)) > 0 ) 367 numtab[HP].val += jj; 415 numtab[HP].val += j; 431 numtab[HP].val += jj; 464 numtab[HP].val = savepos;
|
H A D | n6.c | 225 savhp = numtab[HP].val; in setwd() 226 numtab[HP].val = 0; in setwd() 237 numtab[HP].val += k; in setwd() 254 numtab[HP].val = savhp; in setwd()
|
H A D | n7.c | 178 numtab[HP].val = 0; in text() 200 numtab[HP].val += sps; in text() 289 numtab[HP].val += j; in nofill() 701 numtab[HP].val += sps; 737 numtab[HP].val += j; 759 numtab[HP].val += sps;
|
H A D | n3.c | 761 numtab[HP].val = 0; in casetl() 767 w[j] = numtab[HP].val; in casetl() 768 numtab[HP].val = 0; in casetl() 777 numtab[HP].val += width(i); in casetl() 783 w[j] = numtab[HP].val; in casetl()
|
/original-bsd/local/ditroff/ditroff.okeeffe/troff/ |
H A D | n6.c | 225 savhp = numtab[HP].val; in setwd() 226 numtab[HP].val = 0; in setwd() 237 numtab[HP].val += k; in setwd() 254 numtab[HP].val = savhp; in setwd()
|
H A D | n9.c | 360 savepos = numtab[HP].val; 372 if ((length = ((tabtab[j] & TABMASK) - numtab[HP].val)) > 0 ) 383 numtab[HP].val += jj; 431 numtab[HP].val += j; 447 numtab[HP].val += jj; 480 numtab[HP].val = savepos;
|
H A D | n7.c | 178 numtab[HP].val = 0; in text() 200 numtab[HP].val += sps; in text() 289 numtab[HP].val += j; in nofill() 701 numtab[HP].val += sps; 737 numtab[HP].val += j; 759 numtab[HP].val += sps;
|
H A D | n3.c | 761 numtab[HP].val = 0; in casetl() 767 w[j] = numtab[HP].val; in casetl() 768 numtab[HP].val = 0; in casetl() 777 numtab[HP].val += width(i); in casetl() 783 w[j] = numtab[HP].val; in casetl()
|
/original-bsd/sys/hp300/conf/ |
H A D | GENERIC.hp300 | 60 # Options for HP hardware 62 #options SYSVSHM # System V shmem (ugly but HP-UX uses it) 63 options HPUXCOMPAT # HP-UX binary compatibility 64 options COMPAT_OHPUX # Needed at least through HP-UX 7.05
|
/original-bsd/usr.sbin/amd/text/ |
H A D | README | 14 Sun-4's (SunOS 4.0, 4.1), HP-9000/300 (HP-UX, MORE/bsd & BSD 4.3 Reno),
|
/original-bsd/sys/hp/hpux/ |
H A D | README | 2 The HP-UX compatibility code still needs to be converted to the new
|
/original-bsd/usr.sbin/sendmail/cf/cf/ |
H A D | generic-hpux10.mc | 11 # This is a generic configuration file for HP-UX 9.x.
|
H A D | generic-hpux9.mc | 11 # This is a generic configuration file for HP-UX 9.x.
|
H A D | cs-hpux10.mc | 11 # This is a Berkeley-specific configuration file for HP-UX 9.x.
|
H A D | cs-hpux9.mc | 11 # This is a Berkeley-specific configuration file for HP-UX 9.x.
|
/original-bsd/sys/isofs/cd9660/ |
H A D | TODO.hibler | 9 block size (as it is for the HP drive--150kbs) then clustering may not
|