Lines Matching +full:no +full:- +full:trailing +full:- +full:spaces
1 #!/bin/awk -f
2 # scripts/dfn.awk - process a .dfn file
4 # last changed in libpng version 1.5.19 - August 21, 2014
6 # Copyright (c) 2013-2014 Glenn Randers-Pehrson
89 # @" - delete this and any following spaces
90 # "@ - delete this and any preceding spaces
91 # @' - replace this by a double quote
112 # Do this special case first to avoid swallowing extra spaces
115 # Ok, do it in pieces - there has to be a non-space between the
117 # lost - the code will error out below (I believe).
125 # There is no matching "@. Assume a split line
129 # from cc -E; skip it:
135 # This is end-of-input - probably a missing "@ on the first line:
146 # Attempt to remove a trailing " (not preceded by '@') - if this can
171 # Remove any trailing spaces (not really required, but for
175 # Remove trailing CR
202 print "no definition lines found"