Lines Matching refs:a
28 int a = func ();
31 func(a, b , c);
37 func(a, b,c);
39 if(a == 2) {
45 if(a == 2){ /* followed by comment */
51 a = sprintf(buffer, "%s", moo);
55 void startfunc(int a, int b) {
73 int a = sizeof int;
74 int a = snprintf(buffer, sizeof(buffer), "%d", 99);
75 int moo = hej?wrong:a>b;
76 int moo2 = wrong2:(a)>(b);
78 if(a) b++;
97 int a = func ();
106 func(a, b , c);
112 func(a, b,c);
115 if(a == 2) {
121 if(a == 2){
127 a = sprintf(buffer, "%s", moo);
133 void startfunc(int a, int b) {
163 int a = sizeof int;
166 int a = snprintf(buffer, sizeof(buffer), "%d", 99);
169 int moo = hej?wrong:a>b;
172 int moo = hej?wrong:a>b;
175 int moo = hej?wrong:a>b;
178 int moo = hej?wrong:a>b;
181 int moo = hej?wrong:a>b;
184 int moo = hej?wrong:a>b;
187 int moo2 = wrong2:(a)>(b);
190 int moo2 = wrong2:(a)>(b);
193 if(a) b++;