Home
last modified time | relevance | path

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

/NextBSD/usr.bin/xlint/lint1/
HDlint1.h51 int p_uniq; /* uniquifier */ member
58 curr_pos.p_uniq++; \
60 csrc_pos.p_uniq++; \
HDscan.l170 curr_pos.p_uniq = 0;
173 csrc_pos.p_uniq = 0;
1033 curr_pos.p_uniq = 0; in directive()
1036 csrc_pos.p_uniq = 0; in directive()
HDemit1.c206 outint(tag->s_dpos.p_uniq); in outtt()
/NextBSD/usr.bin/xlint/lint2/
HDlint2.h60 int p_uniq; member
HDchk.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()
HDemit2.c117 outint(tp->t_uniqpos.p_uniq); in outtype()
HDread.c678 tp->t_uniqpos.p_uniq = strtol(cp, &eptr, 10); in inptype()