Home
last modified time | relevance | path

Searched refs:f_pos (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/xlint/lint2/
Dchk.c245 msg(0, mkpos(&fcall->f_pos), hte->h_name); in chkund()
381 mkpos(&call->f_pos)); in chkvtui()
389 msg(4, pos1, hte->h_name, mkpos(&call->f_pos)); in chkvtui()
474 pos1p = &call1->f_pos; in chkfaui()
510 msg(7, pos1, hte->h_name, mkpos(&call->f_pos)); in chkfaui()
687 msg(6, pos1, hte->h_name, n, mkpos(&call->f_pos)); in chkau()
1093 msg(13, mkpos(&call->f_pos), hte->h_name); in badfmt()
1100 msg(14, mkpos(&call->f_pos), n, hte->h_name); in inconarg()
1107 msg(15, mkpos(&call->f_pos), hte->h_name); in tofewarg()
1114 msg(16, mkpos(&call->f_pos), hte->h_name); in tomanyarg()
[all …]
Dlint2.h141 pos_t f_pos; /* position of call */ member
Dread.c256 STRUCT_ASSIGN(fcall->f_pos, *posp); in funccall()
1047 if (call->f_pos.p_src != sym1->s_pos.p_src) in mkstatic()
1098 if (call->f_pos.p_src == sym1->s_pos.p_src) { in mkstatic()