Home | History | Annotate | Download | only in lint2

Lines Matching refs:t_uniqpos

1251 				return (tp1->t_uniqpos.p_line ==
1252 tp2->t_uniqpos.p_line &&
1253 tp1->t_uniqpos.p_file ==
1254 tp2->t_uniqpos.p_file &&
1255 tp1->t_uniqpos
1256 tp2->t_uniqpos.p_uniq);
1285 return (tp1->t_uniqpos.p_line ==
1286 tp2->t_uniqpos.p_line &&
1287 tp1->t_uniqpos.p_file ==
1288 tp2->t_uniqpos.p_file &&
1289 tp1->t_uniqpos.p_uniq ==
1290 tp2->t_uniqpos.p_uniq);