Home
last modified time | relevance | path

Searched refs:p_uniq (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/usr.bin/xlint/lint1/
Dlint1.h51 int p_uniq; /* uniquifier */ member
58 curr_pos.p_uniq++; \
60 csrc_pos.p_uniq++; \
Dscan.l169 curr_pos.p_uniq = 0;
172 csrc_pos.p_uniq = 0;
1011 curr_pos.p_uniq = 0; in directive()
1014 csrc_pos.p_uniq = 0; in directive()
Demit1.c206 outint(tag->s_dpos.p_uniq); in outtt()
/freebsd-9-stable/usr.bin/xlint/lint2/
Dlint2.h60 int p_uniq; member
Dchk.c1226 tp1->t_uniqpos.p_uniq == in eqtype()
1227 tp2->t_uniqpos.p_uniq); in eqtype()
1260 tp1->t_uniqpos.p_uniq == in eqtype()
1261 tp2->t_uniqpos.p_uniq); in eqtype()
Demit2.c117 outint(tp->t_uniqpos.p_uniq); in outtype()
Dread.c675 tp->t_uniqpos.p_uniq = strtol(cp, &eptr, 10); in inptype()