has_punctuation 199 source3/printing/pcap.c bool has_punctuation; has_punctuation 204 source3/printing/pcap.c has_punctuation = (strchr_m(p, ' ') || has_punctuation 209 source3/printing/pcap.c if (strlen(p) > strlen(comment) && has_punctuation) { has_punctuation 215 source3/printing/pcap.c strlen(p) > strlen(name) && !has_punctuation) {