Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint2/
Dchk.c144 msg(0, hte->h_name, mkpos(&fcall->f_pos)); in check_used_not_defined()
147 msg(0, hte->h_name, mkpos(&usym->u_pos)); in check_used_not_defined()
165 msg(1, hte->h_name, mkpos(&sym->s_pos)); in check_defined_not_used()
190 msg(2, hte->h_name, mkpos(&sym->s_pos)); in check_declared_not_used_or_defined()
220 msg(3, hte->h_name, mkpos(&def1->s_pos), mkpos(&sym->s_pos)); in check_multiple_definitions()
274 mkpos(&def->s_pos), mkpos(&call->f_pos)); in chkvtui()
281 mkpos(&def->s_pos), mkpos(&call->f_pos)); in chkvtui()
319 msg(5, hte->h_name, type_name(xt1), mkpos(&def->s_pos), in chkvtdi()
320 type_name(xt2), mkpos(&sym->s_pos)); in chkvtdi()
408 msg(7, hte->h_name, total_args(n, ap1), mkpos(pos1p), in chkfaui()
[all …]
Dexterns2.h79 const char *mkpos(const pos_t *);
Dmsg.c105 mkpos(const pos_t *posp) in mkpos() function
Dread.c500 msg(18, tname, mkpos(&renamehte->h_syms->s_pos), in decldef()
501 mkpos(&sym.s_pos)); in decldef()