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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Demit2.c113 outint(tp->t_uniqpos.p_line);
115 outint(tp->t_uniqpos.p_file);
117 outint(tp->t_uniqpos.p_uniq);
H A Dchk.c1222 return (tp1->t_uniqpos.p_line ==
1223 tp2->t_uniqpos.p_line &&
1224 tp1->t_uniqpos.p_file ==
1225 tp2->t_uniqpos.p_file &&
1226 tp1->t_uniqpos.p_uniq ==
1227 tp2->t_uniqpos.p_uniq);
1256 return (tp1->t_uniqpos.p_line ==
1257 tp2->t_uniqpos.p_line &&
1258 tp1->t_uniqpos.p_file ==
1259 tp2->t_uniqpos
[all...]
H A Dlint2.h74 #define t_uniqpos t_u._t_uniqpos macro
H A Dread.c670 tp->t_uniqpos.p_line = strtol(cp, &eptr, 10);
674 tp->t_uniqpos.p_file =
678 tp->t_uniqpos.p_uniq = strtol(cp, &eptr, 10);

Completed in 72 milliseconds