Home | History | Annotate | Download | only in apps

Lines Matching defs:text_pub

72     { "text_pub", OPT_TEXT_PUB, '-',
93 int pubin = 0, pubout = 0, text_pub = 0, text = 0, noout = 0, ret = 1;
143 text_pub = 1;
192 if (text && text_pub)
194 "Warning: The -text option is ignored with -text_pub\n");
199 /* -pubout and -text is the same as -text_pub */
200 if (!text_pub && pubout && text) {
202 text_pub = 1;
205 private = (!noout && !pubout) || (text && !text_pub);
302 if (text || text_pub) {
321 if (text_pub) {