Lines Matching refs:tmpl
179 my %tmpl = ('file-header', $fhead,
191 if (($in eq 'junk') && ($1 eq 'BEGIN') && (exists($tmpl{$2}))) {
195 elsif (($in eq $2) && ($1 eq 'END') && (exists($tmpl{$2}))) {
203 $tmpl{$in} .= $_;
210 $fhead = $tmpl{'file-header'};
211 $fprod = $tmpl{'file-production'};
212 $ftail = $tmpl{'file-tail'};
213 $eprod = $tmpl{'enumeration-production'};
214 $vhead = $tmpl{'value-header'};
215 $vprod = $tmpl{'value-production'};
216 $vtail = $tmpl{'value-tail'};
217 $comment_tmpl = $tmpl{'comment'};