Lines Matching +full:- +full:a +full:- +full:z0 +full:- +full:9
2 # SPDX-License-Identifier: BSD-2-Clause
17 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 # Make a list of all the library versions listed in the master file.
32 # versions[] - array indexed by version name, contains number
34 # successors[] - array index by version name, contains successor
36 # symbols[][] - array index by [version name, symbol index], contains
38 # names[] - array index is symbol name and value is its first version seen,
55 if (/^[a-zA-Z0-9._]+[ \t]*{$/) {
65 else if (/^}[ \t]*[a-zA-Z0-9._]+[ \t]*;$/) {
84 brackets--;
93 brackets--;
124 /^[a-zA-Z0-9._]+[ \t]*{$/ {
145 /^[a-zA-Z0-9._]+[ \t]*;$/ {
154 # A graver case when a dup symbol appears under
167 # A harmless case: a dup symbol with the same version.
186 brackets--;
219 # so the loop ranges from 1 to n-1.
227 version_count--;