Lines Matching defs:hp
71 struct hdrs *hp;
81 if ((hp = hdrlines[H_DEFOPTS].head) != (struct hdrs *)NULL) {
82 Dout(pn, 3, "H_DEFOPTS line = '%s'\n", hp->value);
83 getopts(hp->value, &defopts);
86 if ((hp = hdrlines[H_TROPTS].head) != (struct hdrs *)NULL) {
87 Dout(pn, 3, "H_TROPTS line = '%s'\n", hp->value);
88 getopts(hp->value, &tropts);
91 if ((hp = hdrlines[tcopy_hdr].head) != (struct hdrs *)NULL) {
92 Dout(pn, 3,"H_TCOPY line = '%s'\n", hp->value);
93 getopts(hp->value, &toopts);