Home
last modified time | relevance | path

Searched refs:p_isrc (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/xlint/lint2/
Dmsg.c112 if (Hflag && posp->p_src != posp->p_isrc) { in mkpos()
113 src = posp->p_isrc; in mkpos()
119 qm = !Hflag && posp->p_src != posp->p_isrc; in mkpos()
Dlint2.h92 u_short p_isrc; /* index of (included) file */ member
Dread.c174 pos.p_isrc = (u_short)isrc; in readfile()
422 if (symp->s_pos.p_isrc == sym.s_pos.p_isrc && in decldef()
Dchk.c289 if (sym->s_pos.p_src != sym->s_pos.p_isrc) { in chkdnud()