Searched defs:t_structs_i (Results 1 – 2 of 2) sorted by relevance
137 int t_structs_i (struct struct1 tstruct) { return (tstruct.i); } in t_structs_i() function150 int t_structs_i (tstruct) struct struct1 tstruct; { return (tstruct.i); } in t_structs_i() function
154 int t_structs_i (struct struct1 tstruct) { return (tstruct.i); } in t_structs_i() function167 int t_structs_i (tstruct) struct struct1 tstruct; { return (tstruct.i); } in t_structs_i() function