Home | History | Annotate | Download | only in ken

Lines Matching defs:cc

13 type	SS	struct{ aa,bb,cc S };
32 test("ss.cc.a", ss.cc.a);
33 test("ss.cc.b", ss.cc.b);
34 test("ss.cc.c", ss.cc.c);
70 test("cc[i][j]", cc[i][j]);
114 var cc = [][]int{[]int{4201,4202,4203}, []int{4204,4205,4206}, []int{4207,4208,4209}}