Lines Matching +full:- +full:a +full:- +full:z0 +full:- +full:9
2 # mkh - pull headers out of C source
11 # because -o needs to have prototypes on one line to strip them down.
12 # Getting comments into the output is tricky; we turn C++-style // comments
19 for a
21 case "$a" in
22 -o) # old (pre-function-prototype) compiler
25 "'/^\([^#\/][^\/]*[a-zA-Z0-9_)]\)(\(.*\))/s;;\1(/*\2*/);'
28 -b) # funny Berkeley __P macro
30 "'/^\([^#\/][^\/]*[a-zA-Z0-9_)]\)(\(.*\))/s;;\1 __P((\2));'
33 -s) # compiler doesn't like `static foo();'
36 "'/^static[ ][^\/]*[a-zA-Z0-9_)](.*)/s;static.;;'
39 -p) # private declarations
43 -i) # wrap in #ifndef, argument is name