Lines Matching full:footer
73 # - assume textLine+ to be a footer until proven otherwise
74 # - exception: the first block is not footer (as it is the title)
78 # aren't footer
79 # - in END, the last textLine+ block is available for footer parsing
86 # is a footer, the first block is not.
104 # Count blank lines outside footer comments
110 # Catch footer comment
132 # Detect that the current block is not the footer
148 # Footer handling:
149 # If the last block is considered a footer, splice in the Change-Id at the
164 numlines = split(lines, footer, "\n")
166 if (unprinted && match(tolower(footer[line]), changeIdAfter) != 1) {
170 print footer[line]