Lines Matching refs:part
3 * This software is part of the ast package *
1025 if (!ap->part)
1026 ap->part++;
1086 error(1, "%s: no %s on part %d", ap->name, io, ap->part--);
1099 if (file && ap->name != definput && ap->name != defoutput && strmatch(ap->name, "*.+([0-9])") && (s = strrchr(ap->name, '.')) && (int)strtol(++s, NiL, 10) == ap->part)
1103 * the first part realloc the name with
1107 if (ap->part == 1)
1115 sfsprintf(s, 16, "%d", ap->part + 1);
1128 sfprintf(state.wtty, "Enter part %d %s %s name: ", ap->part + 1, io, file ? file : "device");
1154 sfprintf(cp, "%s %s %d", eomprompt + 1, rw, ap->part + 1);
1166 sfprintf(state.wtty, eomprompt, ap->part + 1);
1213 ap->part++;
1214 error(1, "continuing %s %d %s on %s", ap->part == ap->volume + 1 ? "volume" : "part", ap->part, io, ap->name);
1217 ap->part++;