Home | History | Annotate | Download | only in lib

Lines Matching defs:help

64 			int help = buf[0];
65 if (help == 15 * 1024)
66 help += buf[1] * 64;
67 if (extmem < help)
68 extmem = help;
88 int help = bufps2.dta[0];
89 if (help == 15 * 1024)
90 help += bufps2.dta[1];
91 if (extmem < help)
92 extmem = help;