Lines Matching defs:part
10 // the specified part.
85 error(input, lineNo, "empty part name");
89 error(input, lineNo, "part name cannot have leading or trailing space");
105 // that the extracted part preserves line numbers.
111 fatal(input, "no part separator was found");
130 Part &part = keyValue.second;
131 for (int64_t i = 0; i != part.leadingLines; ++i)
133 if (part.begin)
134 (*f).os().write(part.begin, part.end - part.begin);
149 "extract the part specified by '^(.|//)--- <part>'\n",