myunion1           85 test/manual/cedet/tests/test.c typedef union myunion1 typedef_of_myunion1;
myunion1           86 test/manual/cedet/tests/test.c typedef union myunion1 *typedef_of_pointer_myunion1;
myunion1          106 test/manual/cedet/tests/test.c union myunion1 var5;
myunion1          140 test/manual/cedet/tests/test.c enum myenum1 funp5(char *arg41, union myunion1 *arg42);
myunion1          184 test/manual/cedet/tests/test.c enum myenum1 fun5(char *arg41, union myunion1 *arg42)
myunion1          199 test/manual/cedet/tests/test.c      union myunion1 *arg_42;