Searched refs:t_uniqpos (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Demit2.c114 outint(tp->t_uniqpos.p_line);
116 outint(tp->t_uniqpos.p_file);
118 outint(tp->t_uniqpos.p_uniq);
H A Dchk.c1252 return (tp1->t_uniqpos.p_line ==
1253 tp2->t_uniqpos.p_line &&
1254 tp1->t_uniqpos.p_file ==
1255 tp2->t_uniqpos.p_file &&
1256 tp1->t_uniqpos.p_uniq ==
1257 tp2->t_uniqpos.p_uniq);
1286 return (tp1->t_uniqpos.p_line ==
1287 tp2->t_uniqpos.p_line &&
1288 tp1->t_uniqpos.p_file ==
1289 tp2->t_uniqpos
[all...]
H A Dlint2.h74 #define t_uniqpos t_u._t_uniqpos macro
H A Dread.c691 tp->t_uniqpos.p_line = strtol(cp, &eptr, 10);
695 tp->t_uniqpos.p_file =
699 tp->t_uniqpos.p_uniq = strtol(cp, &eptr, 10);

Completed in 68 milliseconds