Lines Matching defs:startup
925 int top, bot, startup, omin;
926 startup = 0;
954 startup = omin;
958 "bot,top %d, %d startup begins %d\n",
959 bot, top, startup);
963 startup += 1;
964 if (startup > outsize - ZCH)
967 k = startup+ctable[nchar[j]];
974 (void) printf(" startup will be %d\n",
975 startup);
979 k = startup + ctable[nchar[j]];
991 startup += 1;
992 if (startup > outsize - ZCH)
995 k = startup + nchar[j];
1003 (void) printf(" startup going to be %d\n", startup);
1006 k = startup + nchar[j];
1013 stoff[i] = startup;