Searched refs:test_struct (Results 1 – 2 of 2) sorted by relevance
34 test_struct; variable39 test_struct.a = 0; in main()40 test_struct.b = 1; in main()133 while (test_struct.a == 0)145 test_struct.a = 0;147 test_struct.b = 1;177 while (test_struct.b == 0)189 test_struct.b = 0;191 test_struct.a = 1;
14 } test_struct; typedef26 test_struct globalstruct;27 test_struct *globalp;60 test_struct argstruct;72 test_struct argstruct; in argstruct_test_func()93 test_struct locst; in local_test_func()118 register test_struct locst; in reglocal_test_func()143 static test_struct locst; in statlocal_test_func()199 test_struct mystruct;