Lines Matching defs:text_pub
58 {"text_pub", OPT_TEXT_PUB, '-',
79 int pubin = 0, pubout = 0, text_pub = 0, text = 0, noout = 0, ret = 1;
128 text_pub = 1;
178 if (text && text_pub)
180 "Warning: The -text option is ignored with -text_pub\n");
185 /* -pubout and -text is the same as -text_pub */
186 if (!text_pub && pubout && text) {
188 text_pub = 1;
191 private = (!noout && !pubout) || (text && !text_pub);
290 if (text || text_pub) {
309 if (text_pub) {